Forum Post: Re: Working with JSON

  • Thread starter Thread starter jmls
  • Start date Start date
Status
Not open for further replies.
J

jmls

Guest
there is ;) GetJsonObject(INPUT CHARACTER) - Progress.Json.ObjectModel.JsonObject Returns Progress.Json.ObjectModel.JsonObject value. what version of progress are you on ? 11.3.2 has the GetJsonObject method on a JsonObject On 21 February 2014 12:08, Jens Dahlin wrote: RE: Working with JSON Reply by Jens Dahlin Thank you! I had to cast the object to a JsonObject, otherwise it worked. myObject = CAST(myParser:Parse(lResJSONCode), PROGRESS.Json.ObjectModel.JsonObject). But what if the node is another JSON Object/more nodes? There doesn't seem to be a GetJsonObject method? Stop receiving emails on this subject. Flag this post as spam/abuse. -- Julian Lyndon-Smith IT Director, dot.r http://www.dotr.com "The bitterness of poor quality remains long after the sweetness of low price is forgotten" Follow dot.r on http://twitter.com/DotRlimited

Continue reading...
 
Status
Not open for further replies.
Back
Top