django-jsonform provides a user-friendly form interface for editing JSON data in Django admin.
You declare your data structure using JSON schema and it will generate a dynamic form for creating and editing the data.
It also supports Postgres ArrayField
with multiple levels of nesting.
- Current version: |version| (:doc:`Release notes <releases/index>`)
- Source code (Github)
- Live Demos & Playground
.. toctree:: :maxdepth: 2 Home <self> installation quickstart guide/index schema fields-and-widgets templatetags settings utils examples troubleshooting releases/index