StiX Json is extremely fast json parser with nice C++ API.
StiX Json pros:
- very fast;
- it is lightweight - only 2 files, totally around 700 lines of code;
- it allocates memory in huge blocks (ideal for memory pages) using provided allocator;
- it tries to predict memory requirements to minimize the amount of allocations;
- it is open source under MIT license.