SPT JSON API
1.0.0
Developed by Sans Pareil Technologies, Inc. (SPT)
|
A simple JSON API for parsing and creating JSON data. Pure C++11 implementation with no external dependencies (other than for unit testing).
The core classes that constitute the container are the following:
Note: The spt::json::Value instances are non-copyable and hence cannot be loaded from a DLL on windows. The sources will need to be added directly to the target project on Windows.
The only third-party library used is TUT for unit testing.