.coveragerc
.travis.yml
AUTHORS
CONTRIBUTING.rst
ChangeLog
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/json-pointer.rst
docs/json-reference.rst
docs/json-schema.rst
docs/make.bat
docs/requirements.txt
examples/basic.json
examples/simple.json
examples/test.py
src/json/__init__.py
src/json/pointer/__init__.py
src/json/pointer/bases.py
src/json/pointer/exceptions.py
src/json/reference/__init__.py
src/json/reference/bases.py
src/json/reference/exceptions.py
src/json/reference/util.py
src/json/schema/__init__.py
src/json/schema/bases.py
src/json/schema/draft04.py
src/json/schema/exceptions.py
src/json/schema/util.py
src/json_extensions.egg-info/PKG-INFO
src/json_extensions.egg-info/SOURCES.txt
src/json_extensions.egg-info/dependency_links.txt
src/json_extensions.egg-info/namespace_packages.txt
src/json_extensions.egg-info/not-zip-safe
src/json_extensions.egg-info/requires.txt
src/json_extensions.egg-info/top_level.txt
tests/__init__.py
tests/test_draft04.py
tests/test_errors.py
tests/test_pointer.py
tests/test_reference.py
tests/test_schemas.py
tests/test_util.py
tests/fixtures/first.data1.json
tests/fixtures/first.data2.json
tests/fixtures/first.schema.json
tests/fixtures/five.schema.json
tests/fixtures/four.base.schema.json
tests/fixtures/four.data.json
tests/fixtures/four.entry.schema.json
tests/fixtures/second.data1.json
tests/fixtures/second.schema.json
tests/fixtures/three.data1.json
tests/fixtures/three.data2.json
tests/fixtures/three.schema.json