LICENSE
README.md
pyproject.toml
./json_to_py/__init__.py
./json_to_py/parser.py
./json_to_py/type_information.py
./tests/__init__.py
./tests/expected_data_classes.py
./tests/expected_named_tuples.py
./tests/test_parser.py
./tests/test_type_information.py
json_to_py/__init__.py
json_to_py/parser.py
json_to_py/type_information.py
json_to_py.egg-info/PKG-INFO
json_to_py.egg-info/SOURCES.txt
json_to_py.egg-info/dependency_links.txt
json_to_py.egg-info/top_level.txt
tests/__init__.py
tests/expected_data_classes.py
tests/expected_named_tuples.py
tests/test_parser.py
tests/test_type_information.py