module documentation

Serialize data to/from JSON Lines

Class Serializer Convert a queryset to JSON Lines.
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.