mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 12:24:39 +03:00
Merge pull request #1410 from toge/jsonifier-add
add Jsonifier (JSON reader/writer)
This commit is contained in:
@@ -655,6 +655,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
|||||||
* [json-c](https://github.com/json-c/json-c) - A JSON implementation in C. [MIT]
|
* [json-c](https://github.com/json-c/json-c) - A JSON implementation in C. [MIT]
|
||||||
* [jsoncons](https://github.com/danielaparker/jsoncons) - A C++ header-only library for JSON and JSON-like binary formats with JSONPointer, JSONPatch, JSONPath and JMESPath. [Boost]
|
* [jsoncons](https://github.com/danielaparker/jsoncons) - A C++ header-only library for JSON and JSON-like binary formats with JSONPointer, JSONPatch, JSONPath and JMESPath. [Boost]
|
||||||
* [JsonCpp](https://github.com/open-source-parsers/jsoncpp) - A C++ library for interacting with JSON. [MIT]
|
* [JsonCpp](https://github.com/open-source-parsers/jsoncpp) - A C++ library for interacting with JSON. [MIT]
|
||||||
|
* [Jsonifier](https://github.com/RealTimeChris/Jsonifier) - A few classes for parsing and serializing objects from/into JSON - very rapidly. [MIT]
|
||||||
* [jsonParse](https://github.com/liufeigit/jsonParse) - A simple JSON parser in ANSI C. [MIT]
|
* [jsonParse](https://github.com/liufeigit/jsonParse) - A simple JSON parser in ANSI C. [MIT]
|
||||||
* [json-parser](https://github.com/udp/json-parser) - Very low footprint JSON parser written in portable ANSI C. [BSD]
|
* [json-parser](https://github.com/udp/json-parser) - Very low footprint JSON parser written in portable ANSI C. [BSD]
|
||||||
* [json11](https://github.com/dropbox/json11) - A tiny JSON library for C++11. [MIT]
|
* [json11](https://github.com/dropbox/json11) - A tiny JSON library for C++11. [MIT]
|
||||||
|
|||||||
Reference in New Issue
Block a user