blob: f7911d29b0def6846215b9827420ae212cfb5335 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
PicoJSON is a tiny JSON parser / serializer for C++ with the following
properties:
* Header-file only
* No external dependencies (only uses standard C++ libraries)
* STL-friendly (arrays are represented using std::vector, objects are std::map)
* Provides both pull interface and streaming (event-based) interface
WWW: https://github.com/kazuho/picojson
|