SG++-Doxygen-Documentation
python.utils.json Namespace Reference

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

def read (s)
 
def write (obj, escaped_forward_slash=False)
 

Function Documentation

◆ read()

◆ write()