Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Efficiently Serialize And Deserialize JSON In Your Delphi Projects With Third Party Neon Library

Neon is a JSON serialization library for Delphi. This is a project by Paolo Rossi who is also a man behind the another popular open-source Delphi project called Delphi JOSE JWT.

Neon is a serialization library for Delphi which helps you to convert (back and forth) objects and other values to JSON. It supports simple Delphi data types but also has complex class and records.

The library has already available for the latest version of Delphi.

Some of the best features of the Neon serialization library. Extensive configuration through INeonConfiguration interface:

Delphi Data Types support:

Head over and check out the full source code and download the Neon library here!

Next, find out how you can convert Int to String C++ in this article about Modern C++ Software.

Exit mobile version