forked from java-json-tools/json-schema-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
fge edited this page Jul 12, 2012
·
24 revisions
This is a pure Java implementation of JSON input validation using the JSON Schema draft (version 3 at the moment). It uses Jackson at its core. Simply because there is no better JSON API out there.
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.
Version 0.5.0beta3 is out, see here for a list of features.
Features planned for 0.5.0beta3, and the future, here.
Because I need it for another project of mine which will use JSON heavily... And the only existing implementations were too limited for my tastes!
And because I think it can be useful to other people. And because it trains me in Java ;)