Module zut.json
Write and read JSON using extended encoder and decoder.
Functions
|
Decode a JSON string and return the corresponding Python object. |
|
Dump a Python object into a file in JSON format. |
|
Dump a Python object into a temporary file in JSON format and return a context manager on the path to the temporary file. |
|
Encode a Python object into a JSON string and return it. |
|
Load a file containing JSON string and return the corresponding Python object. |
Classes
|
|
|
Adapted from: django.core.serializers.json.DjangoJSONEncoder |