LICENSE.txt
README.md
pyproject.toml
src/junkpy/__init__.py
src/junkpy/base.py
src/junkpy/extensions.py
src/junkpy/type_processors.py
src/junkpy.egg-info/PKG-INFO
src/junkpy.egg-info/SOURCES.txt
src/junkpy.egg-info/dependency_links.txt
src/junkpy.egg-info/requires.txt
src/junkpy.egg-info/top_level.txt
test/test_autodetect_types.py
test/test_builtin_forced_types.py
test/test_custom_classes.py
test/test_data_load.py
test/test_non_JSON_syntax.py
test/test_parser_extension.py
test/test_recursive_parsing.py
test/test_threading.py