Uses of Interface
de.iip_ecosphere.platform.support.json.JsonObject
Packages that use JsonObject
-
Uses of JsonObject in de.iip_ecosphere.platform.support.json
Methods in de.iip_ecosphere.platform.support.json that return JsonObjectModifier and TypeMethodDescriptionJsonValue.asJsonObject()Return the JsonValue as a JsonObject.static JsonObjectJson.createObject(byte[] data) Creates a JSON object for individual access from the byte arraydata.static JsonObjectJson.createObject(Reader reader) Creates a JSON object for individual access fromreader.static JsonObjectJson.createObject(String string) Creates a JSON object for individual access fromstring.protected abstract JsonObjectJson.createObjectImpl(Reader reader) Creates a JSON object for individual access fromreader.JsonArray.getJsonObject(int index) Returns the object value at the specified position in this array.JsonObject.getJsonObject(String name) Returns the object value to which the specified name is mapped.Methods in de.iip_ecosphere.platform.support.json with parameters of type JsonObjectModifier and TypeMethodDescriptionJsonArrayBuilder.add(JsonObject value) Adds a value to the JSON object associated with this array builder.JsonBuilder.add(String name, JsonObject value) Adds a name/value pair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, JsonObject value) Adds a name/value pair to the JSON object associated with this object builder.