JSON: Add Jsmn

This commit is contained in:
myd7349
2018-12-21 18:06:04 +08:00
parent 75e3dbfcf9
commit 00ce907d70
2 changed files with 1 additions and 1 deletions

View File

@@ -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]
* [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]
* [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/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]

View File

@@ -18,7 +18,6 @@ http://www.cs.colorado.edu/~main/cs1300/doc/bgi/
https://www.enlightenment.org/p.php?p=about/efl
https://github.com/stefanct/sglib
https://bitbucket.org/zserge/jsmn/wiki/Home
http://itpp.sourceforge.net/
http://www.catb.org/esr/structure-packing/