.codespellignore
.codespellrc
.editorconfig
.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.pylintrc
.ruff.toml
LICENSE
README.md
jsonid.py
justfile
pyproject.toml
pytest.ini
tox.ini
.github/workflows/linting.yml
.github/workflows/release.yml
.github/workflows/unit-tests-all.yml
.vscode/settings.json
docs/index.html
docs/jsonid/helpers.html
docs/jsonid/index.html
docs/jsonid/jsonid.html
docs/jsonid/registry.html
docs/jsonid/registry_data.html
docs/jsonid/registry_matchers.html
requirements/local.txt
requirements/requirements.txt
src/jsonid/__init__.py
src/jsonid/helpers.py
src/jsonid/jsonid.py
src/jsonid/registry.py
src/jsonid/registry_data.py
src/jsonid/registry_matchers.py
src/jsonid.egg-info/PKG-INFO
src/jsonid.egg-info/SOURCES.txt
src/jsonid.egg-info/dependency_links.txt
src/jsonid.egg-info/entry_points.txt
src/jsonid.egg-info/top_level.txt
static/images/JSON_logo-crockford.png
static/images/JSON_logo-crockford.svg
tests/__init__.py
tests/test_main.py
tests/test_spec.py
tests/test_specific_examples.py