From c1e82ad007d85ca122e2b51af4b9c9466cfddbfa Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sun, 4 Jan 2015 18:12:22 -0600 Subject: [PATCH] Add libucl by @vstakhov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6281b9b..260754d 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [jute](https://github.com/amir-s/jute) - Very simple C++ JSON Parser. [PublicDomain] * [libjson](https://github.com/vincenthz/libjson) - A JSON parser and printer library in C. easy to integrate with any model. [LGPL] * [libjson](http://sourceforge.net/projects/libjson/) - Lightweight JSON library. [?] +* [LIBUCL](https://github.com/vstakhov/libucl) :star: - Universal configuration library parser [?] * [PicoJSON](https://github.com/kazuho/picojson) - A header-file-only, JSON parser serializer in C++. [BSD] * [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]