/json-schema-validator

Implementation of json-schema.org

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Build Status

About

This package contains an implementation of JSON Schema validator as defined by http://json-schema.org/

Installation

$ pip install json-schema-validator

Testing

You will need tox (get it from pip) as python2.7

$ tox