David Heffernan I was referring to REST.Json.TJson.JsonToObject and REST.Json.TJson.FromJsonString introduced in XE8, I think. I am trying to deserialize a JSON string and put it into a TArray but having XE2 I cannot use the methods above to populate the class to be added to the array.
you can try this one
ReplyDeletelookinside.free.fr - Look Inside
take the code in the link at the bottom of the page
Can you specify what these things are. Methods of a class? Helpers? Functions? What are the inputs and outputs? What problem are you trying to solve?
ReplyDeleteDavid Heffernan I was referring to REST.Json.TJson.JsonToObject and REST.Json.TJson.FromJsonString introduced in XE8, I think.
ReplyDeleteI am trying to deserialize a JSON string and put it into a TArray but having XE2 I cannot use the methods above to populate the class to be added to the array.