Skip to content
Nathan Herring edited this page Sep 5, 2019 · 111 revisions

Introduction

This is a pure Java implementation of the validation aspects of JSON Schema. It uses Jackson at its core, and has no dependencies on any Web library. Which means you can use it in any Java environment. Spring, Play, pure servlets, you name it.

Versions