From 9ae956b21e4cb238daabea7bcc86c0864ce9969b Mon Sep 17 00:00:00 2001 From: Matt Novenstern Date: Tue, 16 Jun 2020 10:44:37 -0400 Subject: [PATCH] Add common lisp implementation to the list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 540ce60c..d9020b76 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ This suite is being used by: * [jsck](https://github.com/pandastrike/jsck) +### Common Lisp + +* [json-schema](https://github.com/fisxoj/json-schema) + ### C++ * [Modern C++ JSON schema validator](https://github.com/pboettch/json-schema-validator)