All Classes
-
All Classes Class Summary Exception Summary Class Description JsonObj Represents a JSON object.JsonParser Simple JSON parser.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.NodeFalse Represents the terminal symbol "false".NodeMembers This node class represents the members (i. e. the pairs) of a JSON object.NodeNull Represents the terminal symbol "null".NodeNumber Represents a number in 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.NodeTrue Represents the terminal symbol "true".NodeValue This class represents a JSON value.ParseErrorEx This exception is thrown when the JSON parser detects a parse error.