File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ Who Uses the Test Suite
65
65
66
66
This suite is being used by:
67
67
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
+
68
73
### Coffeescript ###
69
74
70
75
* [ jsck] ( https://github.com/pandastrike/jsck )
@@ -138,6 +143,11 @@ for more information.
138
143
* [ json-schema] ( https://github.com/justinrainbow/json-schema )
139
144
* [ json-guard] ( https://github.com/thephpleague/json-guard )
140
145
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
+
141
151
### Python ###
142
152
143
153
* [ jsonschema] ( https://github.com/Julian/jsonschema )
@@ -155,15 +165,6 @@ for more information.
155
165
156
166
* [ JSONSchema] ( https://github.com/kylef/JSONSchema.swift )
157
167
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
-
167
168
If you use it as well, please fork and send a pull request adding yourself to
168
169
the list :).
169
170
You can’t perform that action at this time.
0 commit comments