Hello! I have been playing with ILEastic and NoxDB by trying to rebuild an API we currently use, but within ILEastic. Something which I noticed in rebuilding a GET request is that the one of the field names, which is 'liad#', is having the hash symbol replaced with a '{', resulting in 'liad{'.
If it helps, I'm using the following options in the json_sqlResultSet call:
JSON_ALLROWS
JSON_META
JSON_COLUMN_TEXT
JSON_CAMEL_CASE
JSON_GRACEFUL_ERRROR
Thanks!