.bumpversion.cfg
.pylintrc
.travis.yml
AUTHORS
ChangeLog
LICENSE
Makefile
README.md
pyrightconfig.json
requirements.txt
setup.cfg
setup.py
.github/workflows/build.yml
benches/update_doc.py
benches/data/skbl.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/readme.rst
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/source/json_tools.diff.rst
docs/source/json_tools.iter.rst
docs/source/json_tools.rst
docs/source/json_tools.val.rst
docs/source/modules.rst
sb_json_tools/__init__.py
sb_json_tools/cli.py
sb_json_tools/exceptions.py
sb_json_tools/json_iter.py
sb_json_tools/jsondiff.py
sb_json_tools/jsonl_iter.py
sb_json_tools/jsonlib.py
sb_json_tools/jt_iter.py
sb_json_tools/utils.py
sb_json_tools.egg-info/PKG-INFO
sb_json_tools.egg-info/SOURCES.txt
sb_json_tools.egg-info/dependency_links.txt
sb_json_tools.egg-info/entry_points.txt
sb_json_tools.egg-info/not-zip-safe
sb_json_tools.egg-info/pbr.json
sb_json_tools.egg-info/requires.txt
sb_json_tools.egg-info/top_level.txt
sb_json_tools/jt_val/__init__.py
sb_json_tools/jt_val/exceptions.py
sb_json_tools/tests/conftest.py
sb_json_tools/tests/test_cli.py
sb_json_tools/tests/test_iter.py
sb_json_tools/tests/test_jsondiff.py
sb_json_tools/tests/test_jt_iter.py
sb_json_tools/tests/test_utils.py
sb_json_tools/tests/utils.py
sb_json_tools/tests/data/array.json
sb_json_tools/tests/data/array.jsonl
sb_json_tools/tests/data/dict.json
sb_json_tools/tests/data/invalid.json
sb_json_tools/tests/data/invalid_many.json
sb_json_tools/tests/data/invalid_property.json
sb_json_tools/tests/data/invalid_type.json
sb_json_tools/tests/data/schema_default.json
sb_json_tools/tests/data/schema_test.json
sb_json_tools/tests/data/valid_array.json
sb_json_tools/tests/data/valid_object.json
sb_json_tools/tests/data/validated.json
sb_json_tools/tests/data/validated.jsonl
sb_json_tools/tests/jt_val/test_numeric_types.py
sb_json_tools/tests/jt_val/test_streaming_validate.py