Writing a TT to a JSON Object or Array

Posted by Tim Kuehn on 29-Jul-2016 11:16

I can get a TT from a JSON Array using TEMP-TABLE ttName:READ-JSON("JsonArray", ....) 

How do I go the other direction and write a TT to a JsonObject or JsonArray?

Posted by Peter Judge on 29-Jul-2016 11:20

objJson:Read(handle)
 

All Replies

Posted by Peter Judge on 29-Jul-2016 11:20

objJson:Read(handle)

Posted by Tim Kuehn on 29-Jul-2016 12:32

That did it.

This thread is closed