Package | Description |
---|---|
com.espertech.esper.common.client.json.minimaljson |
JSON event object interface and event sender.
|
com.espertech.esper.common.client.json.util |
JSON event object interface and event sender.
|
Class and Description |
---|
JsonArray
Represents a JSON array, an ordered collection of JSON values.
|
JsonHandler
A handler for parser events.
|
JsonObject
Represents a JSON object, a set of name/value pairs, where the names are strings and the values
are JSON values.
|
JsonValue
Represents a JSON value.
|
JsonWriter |
Location
An immutable object that represents a location in the parsed text.
|
Member
Represents a member of a JSON object, a pair of a name and a value.
|
PrettyPrint
Enables human readable JSON output by inserting whitespace between values.after commas and
colons.
|
WriterConfig
Controls the formatting of the JSON output.
|
Class and Description |
---|
JsonWriter |
WriterConfig
Controls the formatting of the JSON output.
|