P
Peter Judge
Guest
The best approach when using the JsonObject is to use the Write() methods. Def var lcData as longchar. myJson:Write(input-output lcdata). This should do the right thing. You can even Write() to the web-stream which will return the data via http. I misunderstood your email and that you were writing the JSON that way. GetJsonText() will always ‘stringify’ the json (ie escape things).
Continue reading...
Continue reading...