LICENSE
README.md
pyproject.toml
src/classifiedjson/__init__.py
src/classifiedjson/api.py
src/classifiedjson/constants.py
src/classifiedjson/encoder_interface.py
src/classifiedjson/factory.py
src/classifiedjson/hook_item.py
src/classifiedjson/kind_data.py
src/classifiedjson/kind_enum.py
src/classifiedjson/kind_serialization.py
src/classifiedjson/native_encoder.py
src/classifiedjson/standard_deserializer.py
src/classifiedjson/standard_serializer.py
src/classifiedjson/utils.py
src/classifiedjson.egg-info/PKG-INFO
src/classifiedjson.egg-info/SOURCES.txt
src/classifiedjson.egg-info/dependency_links.txt
src/classifiedjson.egg-info/top_level.txt
src/classifiedjson/natives/array.py
src/classifiedjson/natives/bytes.py
src/classifiedjson/natives/dict.py
src/classifiedjson/natives/float_special.py
src/classifiedjson/standards/containers.py
src/classifiedjson/standards/custom_attribute.py
src/classifiedjson/standards/dataclass.py
src/classifiedjson/standards/datetime.py
src/classifiedjson/standards/enum.py
src/classifiedjson/standards/scalars.py
tests/test_api.py
tests/test_array.py
tests/test_containers.py
tests/test_custom.py
tests/test_custom_attribute.py
tests/test_dataclass.py
tests/test_datetime.py
tests/test_dict.py
tests/test_enum.py
tests/test_primative.py
tests/test_scalars.py