SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
python.utils.json.JsonWriter Class Reference

Writer for json-formatted objects. More...

Inheritance diagram for python.utils.json.JsonWriter:

Public Member Functions

 write (self, obj, escaped_forward_slash=False)
 

Protected Member Functions

 _append (self, s)
 
 _write (self, obj)
 

Protected Attributes

 _escaped_forward_slash
 
 _results
 

Detailed Description

Writer for json-formatted objects.

Member Function Documentation

◆ _append()

python.utils.json.JsonWriter._append (   self,
  s 
)
protected

◆ _write()

◆ write()

python.utils.json.JsonWriter.write (   self,
  obj,
  escaped_forward_slash = False 
)

Member Data Documentation

◆ _escaped_forward_slash

python.utils.json.JsonWriter._escaped_forward_slash
protected

◆ _results

python.utils.json.JsonWriter._results
protected

The documentation for this class was generated from the following file: