Skip to content

Add third-party library for the JSON5 format #2084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2022
Merged
Changes from all 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
8 changes: 8 additions & 0 deletions formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,11 @@ There are still some limitations (ordered properties).

Allows serialization and deserialization of [Fixed Length Format files](https://www.ibm.com/docs/en/psfa/7.2.1?topic=format-fixed-length-files).
Each property must be annotated with `@FixedLength` and there are still some limitations due to missing delimiters.

### JSON5

* GitHub repo: [xn32/json5k](https://github.com/xn32/json5k)
* Artifact ID: `io.github.xn32:json5k`
* Platform: JVM only

Library for the serialization to and deserialization from [JSON5](https://json5.org) text.