Skip to content
fge edited this page Nov 8, 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 as its core.

See here for a complete status of the implementation.

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

Next version, 0.2, has [planned features](https://github.com/fge/json-schema-validator/wiki/Planned in 0.2) already. If you want to see something in there, do not hesitate to open an issue.

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