From bacd7794822047edb0e5a77d6b8c6e574ece54a4 Mon Sep 17 00:00:00 2001 From: danielaparker Date: Sun, 23 Aug 2020 19:41:03 -0400 Subject: [PATCH 1/2] [jsoncons] Add jsoncons to the list of JSON libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68e0fa5..9933c88 100644 --- a/README.md +++ b/README.md @@ -550,6 +550,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [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-c](https://github.com/json-c/json-c) - A JSON implementation in C. [MIT] +* [jsoncons](https://github.com/danielaparker/jsoncons) - A C++ header-only library for JSON and JSON-like data formats with JSONPointer, JSONPatch, JSONPath and JMESPath. [Boost] * [JsonCpp](https://github.com/open-source-parsers/jsoncpp) - A C++ library for interacting with JSON. [MIT] * [json-parser](https://github.com/udp/json-parser) - Very low footprint JSON parser written in portable ANSI C. [BSD] * [json11](https://github.com/dropbox/json11) - A tiny JSON library for C++11. [MIT] From 264433631b85788727b002ca81a4d2a276216a9d Mon Sep 17 00:00:00 2001 From: danielaparker Date: Sun, 23 Aug 2020 19:42:12 -0400 Subject: [PATCH 2/2] [jsoncons] Add jsoncons to the list of JSON libraries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9933c88..5067bc0 100644 --- a/README.md +++ b/README.md @@ -550,7 +550,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [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-c](https://github.com/json-c/json-c) - A JSON implementation in C. [MIT] -* [jsoncons](https://github.com/danielaparker/jsoncons) - A C++ header-only library for JSON and JSON-like data formats with JSONPointer, JSONPatch, JSONPath and JMESPath. [Boost] +* [jsoncons](https://github.com/danielaparker/jsoncons) - A C++ header-only library for JSON and JSON-like binary formats with JSONPointer, JSONPatch, JSONPath and JMESPath. [Boost] * [JsonCpp](https://github.com/open-source-parsers/jsoncpp) - A C++ library for interacting with JSON. [MIT] * [json-parser](https://github.com/udp/json-parser) - Very low footprint JSON parser written in portable ANSI C. [BSD] * [json11](https://github.com/dropbox/json11) - A tiny JSON library for C++11. [MIT]