class JSONField
[source]
A field which accepts JSON encoded data for a JSONField
. It is represented by an HTML <textarea>
.
User friendly forms
JSONField
is not particularly user friendly in most cases, however it is a useful way to format data from a client-side widget for submission to the server.
Please login to continue.