Skip to content

Commit 73ec31f

Browse files
authored
Add a more maintaned Python, and nwe Java and Kotlin JSON libraries to index
1 parent b981bf0 commit 73ec31f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.markdown

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

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

9596
**Rust**
9697
- [dprint/jsonc-parser](https://github.com/dprint/jsonc-parser)
9798

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

102+
**Kotlin**
103+
- [`kotlinx.serialization.json/JsonBuilder/allowComments`](https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-builder/allow-comments.html)

0 commit comments

Comments
 (0)