Json.ParserClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
array_element |
r |
class handler for the |
|
array_end |
r |
class handler for the |
|
array_start |
r |
class handler for the |
|
error |
r |
class handler for the |
|
object_end |
r |
class handler for the |
|
object_member |
r |
class handler for the |
|
object_start |
r |
class handler for the |
|
parent_class |
r |
||
parse_end |
r |
class handler for the |
|
parse_start |
r |
class handler for the |
Methods¶
None
Details¶
- class Json.ParserClass¶
The class structure for the
Json.Parser
type.