django-jsonform

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.