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 well as python2.6 and python2.7

$ tox
