PicoJSON is a tiny JSON parser/serializer for C++ with following properties:
- header-file only
- no external dependencies (only uses standard C++ libraries)
- STL-frendly (arrays are represented by using std::vector, objects are
std::map)
- provides both pull interface and streaming (event-based) interface
Installed Size: 47.1 kB
Architectures: all