From 718b8b116a17c5607e29d72bd4d97649dda4c305 Mon Sep 17 00:00:00 2001 From: qinyonghang Date: Wed, 6 Aug 2025 13:24:04 +0800 Subject: [PATCH] recommended qjson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..5c3f13a 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON++](https://github.com/tunnuz/json) - A self contained Flex/Bison parser for C++11. * [json11](https://github.com/dropbox/json11) - A tiny library for C++11. * [Nlohmann JSON](https://github.com/nlohmann/json) - A C++11 header-only class. +* [qjson](https://github.com/qinyonghang/json) - A fast JSON library for C++17 that is header-only. * [RapidJSON](https://github.com/Tencent/rapidjson) - A fast JSON parser/generator for C++ with both SAX/DOM style API * [simdjson](https://github.com/simdjson/simdjson) - Parsing gigabytes of JSON per second.