We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e58c2 commit d75028cCopy full SHA for d75028c
formats/README.md
@@ -159,3 +159,11 @@ There are still some limitations (ordered properties).
159
160
Allows serialization and deserialization of [Fixed Length Format files](https://www.ibm.com/docs/en/psfa/7.2.1?topic=format-fixed-length-files).
161
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