module documentation

Serialize data to/from JSON

Class DjangoJSONEncoder 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): (source)

Deserialize a stream or string of JSON data.