-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Projects using jsoncpp
Christopher Dunn edited this page Apr 13, 2015
·
8 revisions
jsoncpp is now a pre-compiled package in a MinGW release (the w64 fork).
- https://github.com/Alexpux/MINGW-packages/pull/422
- https://github.com/Alexpux/MINGW-packages
- http://mingw-w64.sourceforge.net/
- http://www.mingw.org/
- Debian ships with jsoncpp.
- Cinder includes jsoncpp.
- HackerRank makes jsoncpp available in its C++ environment.
- Chromium includes jsoncpp. It uses the
0.y.z
branch because, though it uses a C++11 compiler, it does not provide the C++11 library features.
-
https://blog.thousandeyes.com/efficiency-comparison-c-json-libraries/
- JsonCpp is not built for efficiency, but it does pretty well.