Package | Description |
---|---|
elemental.js.json | |
elemental.json | |
elemental.json.impl |
Modifier and Type | Class and Description |
---|---|
class |
JsJsonObject
Client-side implementation of JsonObject interface.
|
Modifier and Type | Method and Description |
---|---|
JsonObject |
JsJsonFactory.createObject() |
JsonObject |
JsJsonArray.getObject(int index) |
JsonObject |
JsJsonObject.getObject(String key) |
Modifier and Type | Method and Description |
---|---|
JsonObject |
JsonFactory.createObject()
Create an empty JsonObject.
|
static JsonObject |
Json.createObject() |
JsonObject |
JsonArray.getObject(int index)
Return the ith element of the array (uncoerced) as a JsonObject If the type is not an object,,
this can result in runtime errors.
|
JsonObject |
JsonObject.getObject(String key)
Return the element (uncoerced) as a JsonObject If the type is not an object,,
this can result in runtime errors.
|
static JsonObject |
Json.parse(String jsonString) |
Modifier and Type | Class and Description |
---|---|
class |
JreJsonObject
Server-side implementation of JsonObject.
|
Modifier and Type | Method and Description |
---|---|
JsonObject |
JreJsonFactory.createObject() |
JsonObject |
JreJsonArray.getObject(int index) |
JsonObject |
JreJsonObject.getObject(String key) |
Copyright © 2018. All rights reserved.