From a43c1d17d611190cd129d018a718c45e2787c67b Mon Sep 17 00:00:00 2001 From: Malcolm Sparks Date: Fri, 17 May 2019 01:14:47 +0100 Subject: [PATCH] Add second Clojure implementation --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8242a441..1b4d59e5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ Who Uses the Test Suite This suite is being used by: +### Clojure ### + +* [json-schema](https://github.com/tatut/json-schema) +* [JSON Schema for Clojure(Script) (JUXT)](https://github.com/juxt/json-schema) + ### Coffeescript ### * [jsck](https://github.com/pandastrike/jsck) @@ -138,6 +143,11 @@ for more information. * [json-schema](https://github.com/justinrainbow/json-schema) * [json-guard](https://github.com/thephpleague/json-guard) +### PostgreSQL ### + +* [postgres-json-schema](https://github.com/gavinwahl/postgres-json-schema) +* [is_jsonb_valid](https://github.com/furstenheim/is_jsonb_valid) + ### Python ### * [jsonschema](https://github.com/Julian/jsonschema) @@ -155,15 +165,6 @@ for more information. * [JSONSchema](https://github.com/kylef/JSONSchema.swift) -### Clojure ### - -* [json-schema](https://github.com/tatut/json-schema) - -### PostgreSQL ### - -* [postgres-json-schema](https://github.com/gavinwahl/postgres-json-schema) -* [is_jsonb_valid](https://github.com/furstenheim/is_jsonb_valid) - If you use it as well, please fork and send a pull request adding yourself to the list :).