LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
django_structured_json_field.egg-info/PKG-INFO
django_structured_json_field.egg-info/SOURCES.txt
django_structured_json_field.egg-info/dependency_links.txt
django_structured_json_field.egg-info/requires.txt
django_structured_json_field.egg-info/top_level.txt
structured/__init__.py
structured/apps.py
structured/fields.py
structured/settings.py
structured/urls.py
structured/views.py
structured/cache/__init__.py
structured/cache/cache.py
structured/cache/engine.py
structured/cache/rel_info.py
structured/contrib/restframework.py
structured/pydantic/__init__.py
structured/pydantic/fields.py
structured/pydantic/models.py
structured/static/css/structured-field-form.min.css
structured/static/js/structured-field-form.js
structured/static/js/structured-field-form.js.map
structured/static/js/structured-field-form.min.js
structured/static/libs/fontawesome/css/all.min.css
structured/static/libs/fontawesome/webfonts/fa-brands-400.eot
structured/static/libs/fontawesome/webfonts/fa-brands-400.svg
structured/static/libs/fontawesome/webfonts/fa-brands-400.ttf
structured/static/libs/fontawesome/webfonts/fa-brands-400.woff
structured/static/libs/fontawesome/webfonts/fa-brands-400.woff2
structured/static/libs/fontawesome/webfonts/fa-regular-400.eot
structured/static/libs/fontawesome/webfonts/fa-regular-400.svg
structured/static/libs/fontawesome/webfonts/fa-regular-400.ttf
structured/static/libs/fontawesome/webfonts/fa-regular-400.woff
structured/static/libs/fontawesome/webfonts/fa-regular-400.woff2
structured/static/libs/fontawesome/webfonts/fa-solid-900.eot
structured/static/libs/fontawesome/webfonts/fa-solid-900.svg
structured/static/libs/fontawesome/webfonts/fa-solid-900.ttf
structured/static/libs/fontawesome/webfonts/fa-solid-900.woff
structured/static/libs/fontawesome/webfonts/fa-solid-900.woff2
structured/static/libs/jsoneditor/jsoneditor.js
structured/static/libs/jsoneditor/jsoneditor.js.map
structured/static/libs/select2/select2.min.js
structured/static/libs/select2/select2.style.css
structured/templates/json-forms/widget.html
structured/utils/__init__.py
structured/utils/dict.py
structured/utils/django.py
structured/utils/errors.py
structured/utils/getter.py
structured/utils/namespace.py
structured/utils/options.py
structured/utils/pydantic.py
structured/utils/replace.py
structured/utils/serializer.py
structured/utils/setter.py
structured/utils/typing.py
structured/widget/__init__.py
structured/widget/fields.py
structured/widget/widgets.py
tests/__init__.py
tests/test_admin_editor.py
tests/test_admin_search.py
tests/test_cache_engine.py
tests/test_error_mapper.py
tests/test_foreignkey_field.py
tests/test_queryset_field.py
tests/test_rest_framework.py
tests/test_shared_cache.py
tests/test_structured_field.py
tests/test_utils_replace.py
tests/test_utils_typing.py