Uses of Class
org.jboss.hal.js.JsonValue
-
-
Uses of JsonValue in org.jboss.hal.js
Subclasses of JsonValue in org.jboss.hal.js Modifier and Type Class Description classJsonArrayRepresents a Json array.classJsonBooleanRepresents a Json boolean.classJsonNullRepresents the Json null value.classJsonNumberRepresents a Json number value.classJsonObjectRepresents a Json object.classJsonStringRepresents a Json String value.Methods in org.jboss.hal.js that return JsonValue Modifier and Type Method Description JsonValueJsonArray. get(int index)JsonValueJsonObject. get(String key)Methods in org.jboss.hal.js with parameters of type JsonValue Modifier and Type Method Description booleanJsonValue. jsEquals(JsonValue value)voidJsonObject. put(String key, JsonValue value)voidJsonArray. set(int index, JsonValue value)
-