1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2024-11-13 11:16:54 -05:00

Add picojson

This commit is contained in:
mattn 2014-07-17 20:38:56 +09:00
parent f56ea5bba5
commit 269b72b2c9

View file

@ -98,6 +98,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [IBM ICU](http://site.icu-project.org/) - A set of C/C++ and Java libraries providing Unicode and Globalization support.
* [gettext](http://www.gnu.org/software/gettext/) - GNU `gettext'.
## JSON
* [picojson](https://github.com/kazuho/picojson) - A header-file-only, JSON parser serializer in C++.
## Machine Learning
* [OpenCV](http://opencv.org/) - Computer Vision.