Merge pull request #33 from FraMecca/master

nlohmann/json
This commit is contained in:
Sean Barrett 2016-12-18 03:08:52 -08:00 committed by GitHub
commit c4a0d7a765
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ as C/C++, as this is not an obstacle to most users.)
| [parson](https://github.com/kgabis/parson) | MIT |C/C++| 2 | JSON parser and serializer
| [minilibs](https://github.com/ccxvii/minilibs) | **public domain** | C | 2 | two-file regex (also binary tree, etc)
| [tinymemfile](https://github.com/RandyGaul/tinyheaders) | zlib | C++ |**1**| fscanf on in-memory files
| [json.hpp](https://github.com/nlohmann/json) | MIT | C++ |**1**| Complete and easy to use JSON library
#profiling
| library | license | API |files| description