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 | |
def | read (s) |
def | write (obj, escaped_forward_slash=False) |
def python.utils.json.read | ( | s | ) |
Referenced by python.uq.sampler.asgc.ASGCSampler.ASGCSampler.createMemento(), python.uq.analysis.asgc.ASGCKnowledge.ASGCKnowledge.createMemento(), python.uq.learner.Learner.Learner.createMemento(), python.learner.Learner.Learner.createMemento(), and python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter.deserialize().
def python.utils.json.write | ( | obj, | |
escaped_forward_slash = False |
|||
) |
Referenced by python.learner.formatter.LearnerFormatter.LearnerFormatter.serialize(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter.serialize(), python.learner.formatter.LearnerFormatter.LearnerFormatter.toString(), and python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter.toString().