bhch / django-jsonform

A better, user-friendly JSON editing form field for Django admin. Also supports Postgres ArrayField.
https://django-jsonform.rtfd.io
BSD 3-Clause "New" or "Revised" License
307 stars 31 forks source link

Schema-free JSON? #123

Open eyesee1 opened 9 months ago

eyesee1 commented 9 months ago

What if I don't want a schema - is there a way to just have a freeform JSON editor?

bhch commented 9 months ago

Do you mean like a textarea where you can edit the JSON data?

eyesee1 commented 9 months ago

Yes... but with some features to make it nice for non-coders.

bhch commented 9 months ago

What about something like this: django-jsoneditor?