LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
src/python_easy_json/__init__.py
src/python_easy_json/json_object.py
src/python_easy_json.egg-info/PKG-INFO
src/python_easy_json.egg-info/SOURCES.txt
src/python_easy_json.egg-info/dependency_links.txt
src/python_easy_json.egg-info/not-zip-safe
src/python_easy_json.egg-info/requires.txt
src/python_easy_json.egg-info/top_level.txt
tests/test_bytes.py
tests/test_data_export.py
tests/test_json_with_dicts.py
tests/test_json_with_enum.py
tests/test_json_with_lists.py
tests/test_nested_object_models.py
tests/test_object_model.py
tests/test_object_model_defaults.py
tests/test_simple_json.py