From 604701e6a6aefd36ac29126792b1abbe512b8062 Mon Sep 17 00:00:00 2001 From: chirsz Date: Thu, 16 Apr 2026 15:38:30 +0800 Subject: [PATCH] Add nlohmann/json, RapidJSON, and HuJSON to "Tools and Libraries" --- index.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.markdown b/index.markdown index e0b05e0..a1e2dfb 100644 --- a/index.markdown +++ b/index.markdown @@ -110,12 +110,15 @@ Here is a non-exhaustive list: - [microsoft/node-jsonc-parser](https://github.com/microsoft/node-jsonc-parser) **C++** +- [nlohmann/json](https://github.com/nlohmann/json) `ignore_comments`, `ignore_trailing_commas` +- [RapidJSON](https://github.com/Tencent/rapidjson) `kParseCommentsFlag`, `kParseTrailingCommasFlag` - [stephenberry/glaze](https://github.com/stephenberry/glaze) **Elixir** - [massivefermion/jsonc](https://github.com/massivefermion/jsonc) **Go** +- [HuJSON](https://github.com/tailscale/hujson) - [tidwall/jsonc](https://github.com/tidwall/jsonc) **Python**