Skip to content

Commit a43c1d1

Browse files
committed
Add second Clojure implementation
1 parent eadeacb commit a43c1d1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ Who Uses the Test Suite
6565

6666
This suite is being used by:
6767

68+
### Clojure ###
69+
70+
* [json-schema](https://github.com/tatut/json-schema)
71+
* [JSON Schema for Clojure(Script) (JUXT)](https://github.com/juxt/json-schema)
72+
6873
### Coffeescript ###
6974

7075
* [jsck](https://github.com/pandastrike/jsck)
@@ -138,6 +143,11 @@ for more information.
138143
* [json-schema](https://github.com/justinrainbow/json-schema)
139144
* [json-guard](https://github.com/thephpleague/json-guard)
140145

146+
### PostgreSQL ###
147+
148+
* [postgres-json-schema](https://github.com/gavinwahl/postgres-json-schema)
149+
* [is_jsonb_valid](https://github.com/furstenheim/is_jsonb_valid)
150+
141151
### Python ###
142152

143153
* [jsonschema](https://github.com/Julian/jsonschema)
@@ -155,15 +165,6 @@ for more information.
155165

156166
* [JSONSchema](https://github.com/kylef/JSONSchema.swift)
157167

158-
### Clojure ###
159-
160-
* [json-schema](https://github.com/tatut/json-schema)
161-
162-
### PostgreSQL ###
163-
164-
* [postgres-json-schema](https://github.com/gavinwahl/postgres-json-schema)
165-
* [is_jsonb_valid](https://github.com/furstenheim/is_jsonb_valid)
166-
167168
If you use it as well, please fork and send a pull request adding yourself to
168169
the list :).
169170

0 commit comments

Comments
 (0)