| Interface | Description |
|---|---|
| JsonValue |
Base interface for all Json values.
|
| Class | Description |
|---|---|
| Json |
Vends out implementation of JsonFactory.
|
| JsonArray |
Server-side implementation of JsonArray.
|
| JsonBoolean | |
| JsonFactory | |
| JsonNull |
Server-side implementation of JsonObject.
|
| JsonNumber |
Server-side implementation of JsonNumber.
|
| JsonObject |
Server-side implementation of JsonObject.
|
| JsonString |
Server-side implementation of JsonString.
|
| JsonUtil |
Direct port of json2.js at http://www.json.org/json2.js to GWT.
|
| Enum | Description |
|---|---|
| JsonType |
Represents the type of the underlying JsonValue.
|
| Exception | Description |
|---|---|
| JsonException |
A exception representing an error in parsing or serializing Json.
|
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.