From 67cf8c61cf8c3cdd3dd13803f448caa6fee6bbf6 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sun, 11 Aug 2024 01:24:06 -0400 Subject: [PATCH] List JSON Toolkit (#1560) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c64bd51..54ddb31 100644 --- a/README.md +++ b/README.md @@ -720,6 +720,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [json11](https://github.com/dropbox/json11) - A tiny JSON library for C++11. [MIT] * [json-struct](https://github.com/jorgen/json_struct) - High performance, single header JSON parser parsing to and from C++ structs. [MIT] * [json-voorhees](https://github.com/tgockel/json-voorhees) - JSON library for C++. Support for C++11. No dependencies, fast and dev-friendly. [Apache2] +* [JSON Toolkit](https://github.com/sourcemeta/jsontoolkit) - JSON, JSON Pointer, JSON Schema, and JSONL library for C++20. [AGPL/Commercial] * [jute](https://github.com/amir-s/jute) - Very simple C++ JSON Parser. [PublicDomain] * [libjson](https://github.com/vincenthz/libjson) - A JSON parser and printer library in C. easy to integrate with any model. [LGPL] * [libjson](http://sourceforge.net/projects/libjson/) - Lightweight JSON library. [?]