Is there an implementation of ToJsonString/FromJsonString for XE2 ? If not, how can I implement it ?

Comments

  1. you can try this one
    lookinside.free.fr - Look Inside

    take the code in the link at the bottom of the page

    ReplyDelete
  2. 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?

    ReplyDelete
  3. 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.

    ReplyDelete

Post a Comment