django
API Documentation
Modules
Classes
Names
django
.
core
.
serializers
.
jsonl
Toggle Private API
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):
Deserialize a stream or string of JSON data.