.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
examples/schema.json
examples/valid.json
jsonvalidator/__init__.py
jsonvalidator/cli.py
jsonvalidator_cli.egg-info/PKG-INFO
jsonvalidator_cli.egg-info/SOURCES.txt
jsonvalidator_cli.egg-info/dependency_links.txt
jsonvalidator_cli.egg-info/entry_points.txt
jsonvalidator_cli.egg-info/requires.txt
jsonvalidator_cli.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py