Updated Projects using jsoncpp (markdown)

Christopher Dunn 2015-05-03 21:17:54 -07:00
parent b41e3efc03
commit faf5fdb414

@ -17,7 +17,7 @@ Comparisons
----------- -----------
* https://blog.thousandeyes.com/efficiency-comparison-c-json-libraries/ * https://blog.thousandeyes.com/efficiency-comparison-c-json-libraries/
* JsonCpp is not built for efficiency, but it does pretty well. * JsonCpp is not built for efficiency, but it does pretty well.
* If you need speed, instead of **rapidjson**, consider **gason**, which is much simpler and typically faster. E.g. using its own benchmark suite: * If you need speed, there are several good alternatives to **jsoncpp**. Consider **gason**, which is much simpler and typically faster. E.g. using its own benchmark suite:
``` ```
Update Parse Speed Update Parse Speed
- - - ../../data/big.json, 6072199 bytes x 10 runs - - - ../../data/big.json, 6072199 bytes x 10 runs