class JSONField(**options) [source]
A field for storing JSON encoded data. In Python the data is represented in its Python native format: dictionaries, lists, strings, numbers, booleans and None.
If you want to store other data types, you’ll need to serialize them first. For example, you might cast a datetime to a string. You might also want to convert the string back to a datetime when you retrieve the data from the database. There are some third-party JSONField implementations which do thi