Skip to content
fge edited this page Jul 12, 2012 · 24 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 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.

Versions

Version 0.5.0beta3 is out, see here for a list of features.

Features planned for 0.5.0beta3, and the future, here.

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!

And because I think it can be useful to other people. And because it trains me in Java ;)

Clone this wiki locally