From 73ec31fb7ebb87f4b876f28b1458b181140be707 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 4 Oct 2025 12:48:47 +0200 Subject: [PATCH 1/3] Add a more maintaned Python, and nwe Java and Kotlin JSON libraries to index --- index.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.markdown b/index.markdown index 801537c..d59e2a1 100644 --- a/index.markdown +++ b/index.markdown @@ -90,9 +90,14 @@ Here is a non-exhaustive list: - [tidwall/jsonc](https://github.com/tidwall/jsonc) **Python** +- [n-takumasa/json-with-comments](https://github.com/n-takumasa/json-with-comments) - [NickolaiBeloguzov/jsonc-parser](https://github.com/NickolaiBeloguzov/jsonc-parser) **Rust** - [dprint/jsonc-parser](https://github.com/dprint/jsonc-parser) +**Java** +- [Jackson](https://github.com/FasterXML/jackson-core) `JsonFactory.enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)` +**Kotlin** +- [`kotlinx.serialization.json/JsonBuilder/allowComments`](https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-builder/allow-comments.html) From 8617c8f602e3fff4bc016f29e50e85f7d8ea7b29 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 5 Oct 2025 19:56:12 +0200 Subject: [PATCH 2/3] Remove NickolaiBeloguzov/jsonc-parser --- index.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/index.markdown b/index.markdown index d59e2a1..2c8bab5 100644 --- a/index.markdown +++ b/index.markdown @@ -91,7 +91,6 @@ Here is a non-exhaustive list: **Python** - [n-takumasa/json-with-comments](https://github.com/n-takumasa/json-with-comments) -- [NickolaiBeloguzov/jsonc-parser](https://github.com/NickolaiBeloguzov/jsonc-parser) **Rust** - [dprint/jsonc-parser](https://github.com/dprint/jsonc-parser) From 4ecbdf496253a10ada82b647bb13edd8aaf1a2c3 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 7 Oct 2025 07:44:25 +0000 Subject: [PATCH 3/3] Simplify name of Kotlin library --- index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.markdown b/index.markdown index 2c8bab5..c3c35fb 100644 --- a/index.markdown +++ b/index.markdown @@ -99,4 +99,4 @@ Here is a non-exhaustive list: - [Jackson](https://github.com/FasterXML/jackson-core) `JsonFactory.enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)` **Kotlin** -- [`kotlinx.serialization.json/JsonBuilder/allowComments`](https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-builder/allow-comments.html) +- [kotlinx.serialization.json](https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-builder/allow-comments.html)