rayokota / json-schema

JSON Schema validator for java, based on the org.json API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Schema Validator (Modified Everit JSON Schema parser with jackson as the JSON parser)

[![Apache 2.0 License][ASL 2.0 badge]][ASL 2.0] [![Build Status][Travis badge master]][Travis] [![Coverage Status][Coveralls.io badge master]][Coveralls.io]

This project is an implementation of the JSON Schema [Draft v4][draft-zyp-json-schema-04], Draft v6 and Draft v7 specifications. It uses the jackson API as the underlying JSON parser.

The original JSON Schema validator

https://github.com/everit-org/json-schema

About

JSON Schema validator for java, based on the org.json API

License:Other


Languages

Language:Java 100.0%