diff --git a/README.md b/README.md index 315bad0..e91d852 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/todo.txt b/todo.txt index 1b96fa4..5b1c4c6 100644 --- a/todo.txt +++ b/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://github.com/stefanct/sglib -https://bitbucket.org/zserge/jsmn/wiki/Home http://itpp.sourceforge.net/ http://www.catb.org/esr/structure-packing/