diff --git a/tools.md b/tools.md index f78d246..b6c8547 100644 --- a/tools.md +++ b/tools.md @@ -11,15 +11,16 @@ Several tools and libraries support JSONC, enabling developers to parse and gene | Language | Tool/Library | Comments | Trailing Commas | Notes | |----------- |---------------------------------------------------|----------|-----------------|--------------------------------| -| C++ | [nlohmann/json][nlohmann] | 🟡 [^1] | 🟡 [^2] | | -| C++ | [RapidJSON][rapidjson] | 🟡 [^3] | 🟡 [^4] | | -| C++ | [stephenberry/glaze][glaze] | 🟢 [^5] | 🔴 | | +| C | [jmtilli/caj][CAJ] | 🟡 [^1] | 🟡 [^2] | | +| C++ | [nlohmann/json][nlohmann] | 🟡 [^3] | 🟡 [^4] | | +| C++ | [RapidJSON][rapidjson] | 🟡 [^5] | 🟡 [^6] | | +| C++ | [stephenberry/glaze][glaze] | 🟢 [^7] | 🔴 | | | Elixir | [massivefermion/jsonc][massivefermion] | 🟢 | 🟢 | Includes additional extensions | | Go | [HuJSON][hujson] | 🟢 | 🟢 | | | Go | [tidwall/jsonc][tidwall] | 🟢 | 🟢 | | -| Java | [Jackson][Jackson] | 🟡 [^6] | 🟡 [^7] | | -| JavaScript | [microsoft/node-jsonc-parser][msft] | 🟢 | 🟡 [^8] | | -| Kotlin | [kotlinx.serialization.json][kotlinx] | 🟡 [^9] | 🟡 [^10] | | +| Java | [Jackson][Jackson] | 🟡 [^8] | 🟡 [^9] | | +| JavaScript | [microsoft/node-jsonc-parser][msft] | 🟢 | 🟡 [^10] | | +| Kotlin | [kotlinx.serialization.json][kotlinx] | 🟡 [^11] | 🟡 [^12] | | | PHP | [otar/jsonc][otar] | 🟢 | 🟢 | | | Python | [n-takumasa/json-with-comments][n-takumasa] | 🟢 | 🟢 | | | Rust | [dprint/jsonc-parser][dprint] | 🟢 | 🟢 | | @@ -36,6 +37,7 @@ Legend: [hujson]: https://github.com/tailscale/hujson [rapidjson]: https://github.com/Tencent/rapidjson [nlohmann]: https://github.com/nlohmann/json +[CAJ]: https://github.com/jmtilli/caj [glaze]: https://github.com/stephenberry/glaze [tidwall]: https://github.com/tidwall/jsonc [Jackson]: https://github.com/FasterXML/jackson-core @@ -47,22 +49,26 @@ Legend: