Added ujson.

This commit is contained in:
Anders Wang Kristensen
2015-04-08 09:13:41 +02:00
parent c3c0fc0371
commit 49beb9458b

View File

@@ -320,6 +320,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [qt-json](https://github.com/gaudecker/qt-json) - A simple class for parsing JSON data into a QVariant hierarchy and vice versa. [GPLv3]
* [QJson](https://github.com/flavio/qjson) - A qt-based library that maps JSON data to QVariant objects. [LGPL2]
* [RapidJSON](https://github.com/miloyip/rapidjson) :zap: - A fast JSON parser/generator for C++ with both SAX/DOM style API. [MIT]
* [ujson](https://bitbucket.org/awangk/ujson) - µjson is a a small, C++11, UTF-8, JSON library. [MIT]
* [YAJL](https://github.com/lloyd/yajl) - A fast streaming JSON parsing library in C. [ISC]
## Logging