Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

From JSON to Delphi

Status
Not open for further replies.

MagicFrisbee

Programmer
Feb 22, 2006
74
US
I've read and experimented a lot with JSON and Delphi. I know how JSON goes to Delphi objects and back through marshaling. The problem I have is that I need to be the consumer of a REST application that wasn't written in Delphi, yet returns JSON objects. I would very much like to work with those objects in Delphi code using properties and what not, but after days of trying, I can't figure it out. These outside JSON objects are missing vital tags that the unmarshaler needs to imbricate the object. I'm not an experienced RTTI programmer either, so writing my own methods to translate Delphi objects into JSON objects and vice versa has been a problem.

Senior GIS Programmer/Administrator
City of Orem, UT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top