Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@ Here is a non-exhaustive list:
- [tidwall/jsonc](https://github.com/tidwall/jsonc)

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

**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)
Comment thread
DecimalTurn marked this conversation as resolved.
Outdated
Loading