From 8e35636a0d95bfede9c5ee933bccf95098168e69 Mon Sep 17 00:00:00 2001 From: Anees Iqbal Date: Sun, 15 Mar 2026 07:06:51 +0100 Subject: [PATCH] Add Swift section with JSONCKit link JSONCKit is heavily inspired by the https://github.com/marcozac/go-jsonc implementation, see [ATTRIBUTIONS](https://github.com/steelbrain/JSONCKit/blob/main/ATTRIBUTIONS.md). It borrows tests from a bunch of different libs in the ecosystem. I'm using it in some of my own macOS apps, happy to share it with the ecosystem. --- index.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.markdown b/index.markdown index 7db468a..e0b9a91 100644 --- a/index.markdown +++ b/index.markdown @@ -108,6 +108,9 @@ Here is a non-exhaustive list: **Rust** - [dprint/jsonc-parser](https://github.com/dprint/jsonc-parser) +**Swift** +- [steelbrain/JSONCKit](https://github.com/steelbrain/JSONCKit) + **Java** - [Jackson](https://github.com/FasterXML/jackson-core) `JsonFactory.enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)`