module documentation

Serialize data to/from JSON
Class ​Django​JSONEncoder JSONEncoder subclass that knows how to encode date/time, decimal types, and UUIDs.
Class ​Serializer Convert a queryset to JSON.
Function ​Deserializer Deserialize a stream or string of JSON data.
def Deserializer(stream_or_string, **options):
Deserialize a stream or string of JSON data.