File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Lets assume that you already know what JSON Schema is, and you want to utilize i
24
24
But - as you may have already discovered - there is also an [ other Java implementation] [ java-json-tools/json-schema-validator ]
25
25
of the JSON Schema specification. So here are some advices about which one to use:
26
26
* if you use Jackson to handle JSON in Java code, then [ java-json-tools/json-schema-validator] is obviously a better choice, since it uses Jackson
27
- * if you want to use the [ org.json API] ( http://www.json.org/ java/ ) then this library is the better choice
27
+ * if you want to use the [ org.json API] ( http://stleary.github.io/JSON- java/ ) then this library is the better choice
28
28
* if you need JSON Schema Draft 6 support, then you need this library.
29
29
* if you want to use anything else for handling JSON (like GSON or javax.json), then you are in a little trouble, since
30
30
currently there is no schema validation library backed by these libraries. It means that you will have to parse the JSON
You can’t perform that action at this time.
0 commit comments