From 941544397080ec4f58a0e0a9f3b4b04dedb38200 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 2 Nov 2022 08:48:11 +0100 Subject: [PATCH] Add third-party library for the JSON5 format --- formats/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/formats/README.md b/formats/README.md index 85ab0366d9..e885049900 100644 --- a/formats/README.md +++ b/formats/README.md @@ -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.