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
348 stars 33 forks source link

Option to send empty string fields as `null`. #78

Open bhch opened 1 year ago

bhch commented 1 year ago

Two ways to do this:

dongyuzheng commented 1 year ago

Swagger UI for inspiration

image