Skip to content

Commit 4bd649a

Browse files
committed
Update org.json link
1 parent 8a05cce commit 4bd649a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Lets assume that you already know what JSON Schema is, and you want to utilize i
2424
But - as you may have already discovered - there is also an [other Java implementation][java-json-tools/json-schema-validator]
2525
of the JSON Schema specification. So here are some advices about which one to use:
2626
* 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
2828
* if you need JSON Schema Draft 6 support, then you need this library.
2929
* if you want to use anything else for handling JSON (like GSON or javax.json), then you are in a little trouble, since
3030
currently there is no schema validation library backed by these libraries. It means that you will have to parse the JSON

0 commit comments

Comments
 (0)