Search code examples
jsondelphidelphi-xe2

Delphi JSON library for XE2 available for object serialization


There appears to be a few JSON options for Delphi out there - is there a recommended library for use with XE2? I'm looking for sharing of objects between Delphi XE2 and PHP web applications. (serialization and posting delphi objects in a compatible way for PHP web apps and de-serialization from a restful PHP call to delphi server side)


Solution

  • I know of two libraries.

    The built in library and Super Object.

    I use Super Object as it's really easy to use.