JsonObj |
Represents a JSON object.
|
Node |
Base class of all nodes a JSON tree consists of.
|
NodeArray |
Node representing an array of values.
|
NodeElements |
Holds the elements of a NodeArray.
|
NodeMembers |
This node class represents the members (i. e. the pairs) of a JSON object.
|
NodeObj |
Represents a whole JSON object, i. e. its members, i. e. a list of pairs
consisting out of a label and a value.
|
NodePair |
Represents a pair consisting of a label and a value.
|
NodeString |
Represents a JSON String.
|
NodeValue |
This class represents a JSON value.
|
ParseErrorEx |
This exception is thrown when the JSON parser detects a parse error.
|