Skip to content
fge edited this page Nov 22, 2012 · 111 revisions

Introduction

This is a pure Java implementation of the validation aspect of the JSON Schema Internet draft (version 3 at the moment). It uses Jackson at its core. Simply because there is no better Java JSON API out there. Really. If you don't use Jackson, you don't use JSON in Java correctly. I'm not joking.

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

Older versions are not supported anymore.

Features planned for the next stable version, and their status: here.

Clone this wiki locally