A better, user-friendly JSON editing form field for Django admin. Also supports Postgres ArrayField.
See the code
A user-friendly JSON editing form for django admin.
Documentation • Playground • PyPI
ArrayFieldHere's a screenshot of items being added to a shopping list (JSON array) dynamically:

Install via pip:
$ pip install django-jsonform
Edit your settings.py file:
# settings.py
INSTALLED_APPS = [
# ...
'django_jsonform'
]
When upgrading from an older version of this library, please ensure that your browser is loading the latest static JavaScript files that come with this library.
collectstatic command to update
the static files.Quickstart and usage docs can be found at http://django-jsonform.rtfd.io.
Python
74.5%
CSS
22.0%
JavaScript
3.1%
A better, user-friendly JSON editing form field for Django admin. Also supports Postgres ArrayField.
See the code
A user-friendly JSON editing form for django admin.
Documentation • Playground • PyPI
ArrayFieldHere's a screenshot of items being added to a shopping list (JSON array) dynamically:

Install via pip:
$ pip install django-jsonform
Edit your settings.py file:
# settings.py
INSTALLED_APPS = [
# ...
'django_jsonform'
]
When upgrading from an older version of this library, please ensure that your browser is loading the latest static JavaScript files that come with this library.
collectstatic command to update
the static files.Quickstart and usage docs can be found at http://django-jsonform.rtfd.io.
Python
74.5%
CSS
22.0%
JavaScript
3.1%