-
Notifications
You must be signed in to change notification settings - Fork 398
Home
fge edited this page Dec 19, 2012
·
111 revisions
This is a pure Java implementation of the validation aspect of the JSON Schema Internet draft (version 3 at the moment). It uses Jackson at its core. Simply because there is no better Java JSON API out there. Really. If you don't use Jackson, you don't use JSON in Java correctly. I'm not joking.
Note that the draft as it currently stands leaves room for interpretation. I try to stick to it to the best of my capacity, but in some cases I chose to derive from it a little. See here for a discussion.
Older versions are not supported anymore.
Features planned for the next stable version, and their status: here.