Neon is a serialization library for Delphi that helps you to convert (back and forth) objects and other values to JSON. It supports simple Delphi types but also complex class and records. Neon has ...
Can be extended with custom type transforms Can use any target serializer under the hood (JSON, BSON, protobuf, etc.) 1: If decoding target platform doesn't support ...