We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be845d7 + 4ecbdf4 commit 8a0b735Copy full SHA for 8a0b735
index.markdown
@@ -90,9 +90,13 @@ Here is a non-exhaustive list:
90
- [tidwall/jsonc](https://github.com/tidwall/jsonc)
91
92
**Python**
93
-- [NickolaiBeloguzov/jsonc-parser](https://github.com/NickolaiBeloguzov/jsonc-parser)
+- [n-takumasa/json-with-comments](https://github.com/n-takumasa/json-with-comments)
94
95
**Rust**
96
- [dprint/jsonc-parser](https://github.com/dprint/jsonc-parser)
97
98
+**Java**
99
+- [Jackson](https://github.com/FasterXML/jackson-core) `JsonFactory.enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)`
100
101
+**Kotlin**
102
+- [kotlinx.serialization.json](https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-builder/allow-comments.html)
0 commit comments