.. image:: https://travis-ci.org/zyga/json-schema-validator.svg?branch=master   :target: https://travis-ci.org/zyga/json-schema-validator

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
