mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 12:54:39 +03:00
JSON: Add Jsmn
This commit is contained in:
@@ -457,6 +457,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
|||||||
* [Jansson](https://github.com/akheron/jansson) - C library for encoding, decoding and manipulating JSON data. [MIT]
|
* [Jansson](https://github.com/akheron/jansson) - C library for encoding, decoding and manipulating JSON data. [MIT]
|
||||||
* [jbson](https://github.com/chrismanning/jbson) - jbson is a library for building & iterating BSON data, and JSON documents in C++14. [Boost]
|
* [jbson](https://github.com/chrismanning/jbson) - jbson is a library for building & iterating BSON data, and JSON documents in C++14. [Boost]
|
||||||
* [JeayeSON](https://github.com/jeaye/jeayeson) - A very sane (header only) C++ JSON library. [BSD]
|
* [JeayeSON](https://github.com/jeaye/jeayeson) - A very sane (header only) C++ JSON library. [BSD]
|
||||||
|
* [Jsmn](https://github.com/zserge/jsmn) - A minimalistic JSON parser in C. [MIT]
|
||||||
* [json](https://github.com/nlohmann/json) :zap: - JSON for Modern C++. [MIT]
|
* [json](https://github.com/nlohmann/json) :zap: - JSON for Modern C++. [MIT]
|
||||||
* [JSON++](https://github.com/hjiang/jsonxx) - A JSON parser in C++. [MIT]
|
* [JSON++](https://github.com/hjiang/jsonxx) - A JSON parser in C++. [MIT]
|
||||||
* [json.h](https://github.com/sheredom/json.h) - A simple one header/one source solution to parsing JSON in C and C++. [Unlicense]
|
* [json.h](https://github.com/sheredom/json.h) - A simple one header/one source solution to parsing JSON in C and C++. [Unlicense]
|
||||||
|
|||||||
1
todo.txt
1
todo.txt
@@ -18,7 +18,6 @@ http://www.cs.colorado.edu/~main/cs1300/doc/bgi/
|
|||||||
|
|
||||||
https://www.enlightenment.org/p.php?p=about/efl
|
https://www.enlightenment.org/p.php?p=about/efl
|
||||||
https://github.com/stefanct/sglib
|
https://github.com/stefanct/sglib
|
||||||
https://bitbucket.org/zserge/jsmn/wiki/Home
|
|
||||||
http://itpp.sourceforge.net/
|
http://itpp.sourceforge.net/
|
||||||
|
|
||||||
http://www.catb.org/esr/structure-packing/
|
http://www.catb.org/esr/structure-packing/
|
||||||
|
|||||||
Reference in New Issue
Block a user