Skip to content

Commit 633d5fa

Browse files
authored
Add json.cpp (json library) (fffaraz#1601)
1 parent c50feba commit 633d5fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
723723
* [Jsmn](https://github.com/zserge/jsmn) - A minimalistic JSON parser in C. [MIT]
724724
* [json](https://github.com/nlohmann/json) :zap: - JSON for Modern C++. [MIT] [website](https://json.nlohmann.me)
725725
* [JSON++](https://github.com/hjiang/jsonxx) - A JSON parser in C++. [MIT]
726+
* [json.cpp](https://github.com/jart/json.cpp) - a baroque JSON parsing / serialization library for C++. [Apache-2.0]
726727
* [json.h](https://github.com/sheredom/json.h) - A simple one header/one source solution to parsing JSON in C and C++. [Unlicense]
727728
* [json-build](https://github.com/lcsmuller/json-build) - C89 tiny zero-allocation JSON serializer. [MIT]
728729
* [json-c](https://github.com/json-c/json-c) - A JSON implementation in C. [MIT]

0 commit comments

Comments
 (0)