From 5758549fbbcd3818e492f0498a5ab726bc56e780 Mon Sep 17 00:00:00 2001 From: daninus14 Date: Sun, 3 Nov 2024 13:02:56 +0200 Subject: [PATCH] Update README.md adding new extension to jzon --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1115783..0432cbd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Please see the [changelog](CHANGELOG.md) for a list of changes between versions. * [Convenience](#convenience) * [Performance](#performance) * [Dependencies](#dependencies) +* [Extensions](#extensions) * [License](#license) * [Alternatives](#alternatives) @@ -1236,6 +1237,10 @@ When possible, strings will be coerced to `cl:simple-base-string`. This can lead * [float-features](https://github.com/Shinmera/float-features) * [uiop](https://gitlab.common-lisp.net/asdf/asdf) +# Extensions + +* [jzon-util](https://github.com/daninus14/jzon-util) + # License See [LICENSE](LICENSE).