Package | Description |
---|---|
elemental.js.json | |
elemental.json | |
elemental.json.impl |
Modifier and Type | Class and Description |
---|---|
class |
JsJsonArray
Client-side implementation of JsonArray.
|
Modifier and Type | Method and Description |
---|---|
static JsonArray |
JsJsonArray.create() |
JsonArray |
JsJsonFactory.createArray() |
JsonArray |
JsJsonArray.getArray(int index) |
JsonArray |
JsJsonObject.getArray(String key) |
Modifier and Type | Method and Description |
---|---|
JsonArray |
JsonFactory.createArray()
Create an empty JsonArray.
|
static JsonArray |
Json.createArray() |
JsonArray |
JsonArray.getArray(int index)
Return the ith element of the array (uncoerced) as a JsonArray.
|
JsonArray |
JsonObject.getArray(String key)
Return the element (uncoerced) as a JsonArray.
|
Modifier and Type | Class and Description |
---|---|
class |
JreJsonArray
Server-side implementation of JsonArray.
|
Modifier and Type | Method and Description |
---|---|
JsonArray |
JreJsonFactory.createArray() |
JsonArray |
JreJsonArray.getArray(int index) |
JsonArray |
JreJsonObject.getArray(String key) |
Copyright © 2018. All rights reserved.