SG++-Doxygen-Documentation
json.py File Reference

Classes

class  python.utils.json._StringGenerator
 json.py implements a JSON (http://json.org) reader and writer. More...
 
class  python.utils.json.JsonReader
 Reader for json-formatted objects. More...
 
class  python.utils.json.JsonWriter
 Writer for json-formatted objects. More...
 
class  python.utils.json.ReadException
 Exceptions which can happen during the reading process. More...
 
class  python.utils.json.WriteException
 Exceptions which can happen during the writing process. More...
 

Namespaces

 python.utils.json
 

Functions

def python.utils.json.read (s)
 
def python.utils.json.write (obj, escaped_forward_slash=False)