.gitignore
.pylintrc
LICENSE.rst
README.rst
RELNOTES.rst
pyproject.toml
setup.cfg
tox.ini
.github/workflows/main.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/license.rst
docs/make.bat
docs/relnotes.rst
docs/xson.rst
src/xson/__init__.py
src/xson/dump.py
src/xson/load.py
src/xson/pkgdata.py
src/xson/tool.py
src/xson.egg-info/PKG-INFO
src/xson.egg-info/SOURCES.txt
src/xson.egg-info/dependency_links.txt
src/xson.egg-info/entry_points.txt
src/xson.egg-info/top_level.txt
tests/test_cross_validate.py
tests/test_dump.py
tests/test_internet_draft.py
tests/test_load.py
tests/test_tool.py