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

Merge pull request #2 from mattn/picojson

Add picojson
This commit is contained in:
Faraz Fallahi 2014-07-17 16:10:50 +04:30
commit 9a7e68b054

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.