SG++-Doxygen-Documentation
python.utils.json.JsonReader Class Reference

Reader for json-formatted objects. More...

Inheritance diagram for python.utils.json.JsonReader:

Public Member Functions

def read (self, s)
 

Static Public Attributes

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

Detailed Description

Reader for json-formatted objects.

Member Function Documentation

◆ read()

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

References python.utils.json.JsonReader._assertNext(), python.utils.json.JsonReader._eatWhitespace(), python.utils.json.JsonReader._generator, python.utils.json.JsonReader._hexDigitToInt(), python.utils.json.JsonReader._next(), python.utils.json.JsonReader._peek(), python.utils.json.JsonReader._read(), python.utils.json.JsonReader._readArray(), python.utils.json.JsonReader._readComment(), python.utils.json.JsonReader._readCStyleComment(), python.utils.json.JsonReader._readDoubleSolidusComment(), python.utils.json.JsonReader._readFalse(), python.utils.json.JsonReader._readNull(), python.utils.json.JsonReader._readNumber(), python.utils.json.JsonReader._readObject(), python.utils.json.JsonReader._readString(), python.utils.json.JsonReader._readTrue(), python.utils.json.JsonReader.escapes, python.utils.json.JsonReader.hex_digits, and create_dataset.type.

Member Data Documentation

◆ escapes

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

◆ hex_digits

dictionary 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: