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

Easy Serialization From Query To JSON

json

This is a set of features combined on a group of functions to help you work with JSON format, without had to write a bunch of classes and handles, perfect for people who work with integrated applications, such as web services host or client, or if your project requires NO SQL databases.

For now, it is compatible with Win32 and Win64 and from Delphi XE3 to Rio according to the official GitHub README

This package will work as Helpers for your known components, to use it you just need to add the folder on your library Path:
[crayon-66385f5d22d84049278379/]
and declare it on your Units
[crayon-66385f5d22d93463946933/]
Using it you can easily convert Datasets to JSON and back, also manipulates nested structures using Master/detail linked datasets.

Check out some examples of how simple is to use this powerful, free and open-source package.

Validate JSON
[crayon-66385f5d22d96328479022/]
Load from JSON
[crayon-66385f5d22d98004790601/]
Merge from JSON
[crayon-66385f5d22d99971059950/]
“Stop wasting time with complicated functions to handle JSON and check out this awesome package!”

Exit mobile version