Skip to content

Commit

Permalink
Add third-party library for the JSON5 format (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
xn32 committed Nov 10, 2022
1 parent d7e58c2 commit d75028c
Showing 1 changed file with 8 additions and 0 deletions.
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.

0 comments on commit d75028c

Please sign in to comment.