miloyip / nativejson-benchmark

C/C++ JSON parser/generator benchmark
MIT License
1.97k stars 262 forks source link

Update taocpp/json to 1.0.0-beta.4 #65

Closed d-frey closed 7 years ago

d-frey commented 7 years ago

Hi Milo,

this update of taocpp/json adds a SAX API and uses it for parsing and stringifying, improving the prettify benchmark AFAICT. I also added the SAX parser to the benchmarks section.

If you could be so kind to check if I set up the SAX tests correctly, that would be appreciated.

Thanks, Daniel