Small C++20 header only library for converting and validating data between JSON and structs/classes.
-
Updated
Jan 3, 2025 - C++
Small C++20 header only library for converting and validating data between JSON and structs/classes.
Very efficient JSON parsing, writing and accessing library for C++. Currently used in a major Point of Sale application among other projects as the main library for using JSON and XML. Designed to allow use of JSON in C++ in a manner similar to other languages like Javascript and Python. For example int iValue = jDocument["key"]["subKey"]._int();
Convert JSON into class definitions supporting custom language formats
Add a description, image, and links to the json-converter topic page so that developers can more easily learn about it.
To associate your repository with the json-converter topic, visit your repo's landing page and select "manage topics."