Hi,
For an API POC, I have made a function that returns nested JSON message (using .. for JSON auto .. option) in an NVARCHAR(MAX) datatype. In SSMS, I get a proper formatted JSON message. But when it is exposed via the default indicium ODATA API, the result gets altered to an escaped JSON string. ([x] API, [x] Indicium Basic API)
How can I prevent the result being escaped?