Skip to content

Commit 8a0b735

Browse files
authored
Merge pull request #11 from vorburger/patch-1
2 parents be845d7 + 4ecbdf4 commit 8a0b735

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,13 @@ Here is a non-exhaustive list:
9090
- [tidwall/jsonc](https://github.com/tidwall/jsonc)
9191

9292
**Python**
93-
- [NickolaiBeloguzov/jsonc-parser](https://github.com/NickolaiBeloguzov/jsonc-parser)
93+
- [n-takumasa/json-with-comments](https://github.com/n-takumasa/json-with-comments)
9494

9595
**Rust**
9696
- [dprint/jsonc-parser](https://github.com/dprint/jsonc-parser)
9797

98+
**Java**
99+
- [Jackson](https://github.com/FasterXML/jackson-core) `JsonFactory.enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)`
98100

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

Comments
 (0)