Uses of Class
org.dashbuilder.json.JsonObject
-
-
Uses of JsonObject in org.dashbuilder.json
Methods in org.dashbuilder.json that return JsonObject Modifier and Type Method Description static JsonObjectJson. createObject()JsonObjectJsonFactory. createObject()JsonObjectJsonArray. getObject(int index)JsonObjectJsonObject. getObject(String key)JsonObjectJsonObject. getObject(Collection<String> keys)static JsonObjectJson. parse(String jsonString)
-