Skip to content
fge edited this page Nov 7, 2011 · 111 revisions

Introduction

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.

Why?

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!

Clone this wiki locally