I am looking for a library enabling me to serialize/deserialize plain Delphi objects (podos) from and to JSON.

I am looking for a library enabling me to serialize/deserialize plain Delphi objects (podos) from and to JSON. Some of my requirements:

- Fast: I am going to use this library to build RESTful services.
- Configurable through annotations of Delphi classes in order to control the generated JSON.
- Automatic mapping (deserialization) of JSON to the corresponding Delphi class.
- Support for all standard JSON types.

Comments