| Interface | Description |
|---|---|
| JSONBuilder<T> |
JSONBuilder provides an builder pattern interface for JSON
parsers to drive as they consume a JSON expression.
|
| Class | Description |
|---|---|
| JSONBuildCounter | |
| JSONKeywords |
This class acts as a dictionary of String constants that are used to
translates JSON terminology into MinX structures.
|
| JSONParser<T> |
This class implements a JSON parser on top of a JSONBuilder driver.
|
| MinXMLBuilderJSONBuilder |
This class implements the JSONBuilder interface and constructs MinXML
objects.
|
| MinXMLJSONParser |
This convenience class constructs a JSON parser that builds MinXML trees.
|
| Exception | Description |
|---|---|
| JSONBuildFailedException |
This exception should be thrown when there a JSONBuilder
runs into a problem building a tree.
|