| Class | Description |
|---|---|
| JSONArrayValue |
JSON value class representing an array value.
|
| JSONBooleanValue |
JSON value class representing a boolean value.
|
| JSONNullValue |
JSON value class representing a null value.
|
| JSONNumberValue |
JSON value class representing a number value.
|
| JSONObjectValue |
JSON value class representing an object value.
|
| JSONStringValue |
JSON value class representing a string value.
|
| JSONValue |
Base class for all JSON value classes (e.g.
|