Delphi JSON serialization using Rtti

Delphi JSON serialization using Rtti

This article demonstrates how to serialize Delphi type objects
into JSON-encoded data and then deserialize data in the JSON format back into instances of Delphi types.

Read Article