Fast, convenient JSON serialization and parsing in C++. The DAW JSON Link library is a high-performance, no allocation, C++ JSON Library. Direct parsing of JSON to your own data structures via simple declarative mappings. Earlier error reporting of unexpected data and errors. Low memory requirement, parser requires a small amount of stack but does not allocate itself. Optimizations based on data types. Does not require owning the mapped types and is not intrusive.
Features
- Fast JSON serialization and parsing in C++
- Cookbook Documentation
- DAW JSON Link Documentation
- Member mapping classes and methods
- Options for the parse mappings
- Trait for mapping Option/Nullable types used in deduction
