Pierre 4/15/2021 3:14:05 AM @Brett
Thanks a lot for your recommendation - you are correct, JSONEncode and <%* do help a lot. But they are still a bit tricky to use.
Why not having proper JSON functions to process the data ? - In JSON data building sense - as well as in JSON data retrieving sense: ex if you need to retrieve an object including an array of objects { "item1": ..., "array0": [{object 0}, {object 1}, ...] } 1) Response() refuses (I might be mistaken as always) to retrieve array0 as a whole 2) It would be nice to store array0 somewhere, and then deal with its constituants later without having to build a table/ subtable to store the data (upsert is useful)
Kind regards,
Pierre
|