Skip to content

Commit d75028c

Browse files
authored
Add third-party library for the JSON5 format (#2084)
1 parent d7e58c2 commit d75028c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

formats/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,11 @@ There are still some limitations (ordered properties).
159159

160160
Allows serialization and deserialization of [Fixed Length Format files](https://www.ibm.com/docs/en/psfa/7.2.1?topic=format-fixed-length-files).
161161
Each property must be annotated with `@FixedLength` and there are still some limitations due to missing delimiters.
162+
163+
### JSON5
164+
165+
* GitHub repo: [xn32/json5k](https://github.com/xn32/json5k)
166+
* Artifact ID: `io.github.xn32:json5k`
167+
* Platform: JVM only
168+
169+
Library for the serialization to and deserialization from [JSON5](https://json5.org) text.

0 commit comments

Comments
 (0)