Uses of Interface
de.iip_ecosphere.platform.support.json.JsonString
Packages that use JsonString
-
Uses of JsonString in de.iip_ecosphere.platform.support.json
Methods in de.iip_ecosphere.platform.support.json that return JsonStringModifier and TypeMethodDescriptionJsonArray.getJsonString(int index) Returns the string value at the specified position in this array.JsonObject.getJsonString(String name) Returns the string to which the specified name is mapped.Methods in de.iip_ecosphere.platform.support.json with parameters of type JsonStringModifier and TypeMethodDescriptionJsonArrayBuilder.add(JsonString value) Adds a value to the JSON object associated with this array builder.JsonBuilder.add(String name, JsonString value) Adds a name/value pair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, JsonString value) Adds a name/value pair to the JSON object associated with this object builder.