Class | Description |
---|---|
JsonArray | |
JsonNull |
This class is used to represent a "null" literal in JSON.
|
JsonObject |
A JsonObject represents an ordered list of name/value pairs.
|
JsonObjectOrArray |
This class is simply used to represent, in a type safe way, either a JSON object or an array.
|
ObjectModelParser |