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

Reader for json-formatted objects. More...

Inheritance diagram for python.utils.json.JsonReader:

Public Member Functions

 read (self, s)
 

Static Public Attributes

dict escapes = {'t':'\t','n':'\n','f':'\f','r':'\r','b':'\b'}
 
dict hex_digits = {'A': 10,'B': 11,'C': 12,'D': 13,'E': 14,'F':15}
 

Protected Member Functions

 _assertNext (self, ch, target)
 
 _eatWhitespace (self)
 
 _hexDigitToInt (self, ch)
 
 _next (self)
 
 _peek (self)
 
 _read (self)
 
 _readArray (self)
 
 _readComment (self)
 
 _readCStyleComment (self)
 
 _readDoubleSolidusComment (self)
 
 _readFalse (self)
 
 _readNull (self)
 
 _readNumber (self)
 
 _readObject (self)
 
 _readString (self)
 
 _readTrue (self)
 

Protected Attributes

 _generator
 

Detailed Description

Reader for json-formatted objects.

Member Function Documentation

◆ _assertNext()

◆ _eatWhitespace()

◆ _hexDigitToInt()

python.utils.json.JsonReader._hexDigitToInt (   self,
  ch 
)
protected

◆ _next()

◆ _peek()

◆ _read()

◆ _readArray()

◆ _readComment()

◆ _readCStyleComment()

python.utils.json.JsonReader._readCStyleComment (   self)
protected

◆ _readDoubleSolidusComment()

python.utils.json.JsonReader._readDoubleSolidusComment (   self)
protected

◆ _readFalse()

python.utils.json.JsonReader._readFalse (   self)
protected

◆ _readNull()

python.utils.json.JsonReader._readNull (   self)
protected

◆ _readNumber()

python.utils.json.JsonReader._readNumber (   self)
protected

◆ _readObject()

◆ _readString()

◆ _readTrue()

python.utils.json.JsonReader._readTrue (   self)
protected

◆ read()

python.utils.json.JsonReader.read (   self,
  s 
)

Member Data Documentation

◆ _generator

◆ escapes

dict python.utils.json.JsonReader.escapes = {'t':'\t','n':'\n','f':'\f','r':'\r','b':'\b'}
static

◆ hex_digits

dict python.utils.json.JsonReader.hex_digits = {'A': 10,'B': 11,'C': 12,'D': 13,'E': 14,'F':15}
static

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