We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ef92e commit c1f3fdeCopy full SHA for c1f3fde
README.md
@@ -2,7 +2,7 @@ JSON Schema Validator
2
=====================
3
4
This project is an implementation of the [JSON Schema Core Draft v4](http://json-schema.org/latest/json-schema-core.html) specification.
5
-It uses the [org.json API](http://www.json.org/java/) (created by Douglas Crockford) for representing JSON data.
+It uses the [org.json API](https://github.com/stleary/JSON-java) (created by Douglas Crockford) for representing JSON data.
6
7
When to use this library?
8
-------------------------
0 commit comments