This is the main demo where you can see how you can serialize/deserialize simple types, records, classes, Delphi specific types (TStringList, TDataSet, etc...): Neon supports the (de)serialization of ...
Didn't like the other Delphi JSON parsers out there. They seemed too complicated for the simple task i had for JSON. So this is my go at it. This version is only tested on Delphi XE 3, Delphi XE 6 ...