Package | Description |
---|---|
com.google.gwt.dev.json |
Modifier and Type | Class and Description |
---|---|
class |
JsonArray
A JSON Array.
|
class |
JsonBoolean
JSON boolean.
|
class |
JsonNumber
JSON Number.
|
class |
JsonObject
JSON object.
|
class |
JsonString
JSON String.
|
Modifier and Type | Field and Description |
---|---|
static JsonValue |
JsonValue.NULL
JSON placeholder for null.
|
Modifier and Type | Method and Description |
---|---|
JsonValue |
JsonValue.copyDeeply()
Makes a full copy of the JSON data structure.
|
JsonValue |
JsonArray.get(int index) |
JsonValue |
JsonObject.get(String key) |
Modifier and Type | Method and Description |
---|---|
Iterator<Pair<String,JsonValue>> |
JsonObject.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
JsonArray.add(JsonValue value) |
void |
JsonObject.put(String key,
JsonValue val) |
Copyright © 2018. All rights reserved.