Hi, now i am working with a Restful API, but the respond is a json object, there is a component, or built in unit in Delphi that can help me with that

Hi, now i am working with a Restful API, but the respond is a json object, there is a component, or built in unit in Delphi that can help me with that
thanks.

Comments

  1. Which Delphi version? XE3 has a JSON parser.

    ReplyDelete
  2. Now i am using xe2, but in the near future i will upgrade, so i will see for JSON parser, Thanks a lot.

    ReplyDelete
  3. I've seen reports that the Emb-JSON parser is not that good... Delphi WebScript project should have also one, fast one... Not used but seems up to job.... And mORMot project could have also something you could use...

    ReplyDelete
  4. The EMB-JSON parser is s-l-o-w, but it works.

    ReplyDelete
  5. Using TSvSerializer you would be able to deserialize your model object from json. More info https://code.google.com/p/delphi-oop/wiki/SvSerializer

    ReplyDelete

Post a Comment