miloyip / nativejson-benchmark

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

Adjusted usage of cJSON to improve compliance and performance results. #70

Closed DaveGamble closed 7 years ago

DaveGamble commented 7 years ago

Default settings for cJSON are permissive rather than strict; changing line 76 remedies that. Also, cJSON has received significant upgrades to performance using the Buffered printing calls.