-
Notifications
You must be signed in to change notification settings - Fork 397
Home
fge edited this page Nov 7, 2011
·
111 revisions
This is a pure Java implementation of JSON input validation using the JSON Schema draft (version 3 at the moment). It uses Jackson (http://jackson.codehaus.org) as its core.
See here for a complete status of the implementation.
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!