I am a newbie with Openedge development. have a JSON object which contains JSON arrays and JSON objects. I need to convert the wrapper object into a string. Any suggestions?
Thanks in advance.
Posted by Brian K. Maher on 17-Nov-2017 07:36
I believe that defining a variable as longchar then assigning the results of <jsonobject>:GetJsonText() will do it...
define variable vJsonAsString as longchar no-undo.