Module json
Serialize data to/from JSON
source linkClasses
-
JSONEncoder subclass that knows how to encode date/time, decimal types, and UUIDs.
-
Convert a queryset to JSON.
Functions
▷ def Deserializer(stream_or_string, **options) Deserialize a stream or string of JSON data.