![]() |
SG++-Doxygen-Documentation
|
Classes | |
class | _StringGenerator |
json.py implements a JSON (http://json.org) reader and writer. More... | |
class | JsonReader |
Reader for json-formatted objects. More... | |
class | JsonWriter |
Writer for json-formatted objects. More... | |
class | ReadException |
Exceptions which can happen during the reading process. More... | |
class | WriteException |
Exceptions which can happen during the writing process. More... | |
Functions | |
read (s) | |
write (obj, escaped_forward_slash=False) | |
python.utils.json.read | ( | s | ) |
References python.utils.json.read().
Referenced by python.utils.json.read().
python.utils.json.write | ( | obj, | |
escaped_forward_slash = False |
|||
) |
References python.utils.json.write().
Referenced by python.utils.json.write().