django-jsonform
django-jsonform copied to clipboard
Option to send empty string fields as `null`.
Two ways to do this:
- Either checkbox on the form to toggle this behaviour
- Or an argument on the
JSONFieldto configure this:empty_string_as_null=True.
Swagger UI for inspiration