Uses of Interface
sk.antons.json.JsonArray
-
Packages that use JsonArray Package Description sk.antons.json sk.antons.json.impl sk.antons.json.template -
-
Uses of JsonArray in sk.antons.json
Methods in sk.antons.json that return JsonArray Modifier and Type Method Description JsonArrayJsonArray. add(JsonValue value)Adds new element to json array.JsonArrayJsonArray. add(JsonValue value, int index)Adds new element to json array at specified position.static JsonArrayJsonFactory. array()Json array instance factory method.JsonArrayJsonValue. asArray()Cast this value instance to JsonArray -
Uses of JsonArray in sk.antons.json.impl
Classes in sk.antons.json.impl that implement JsonArray Modifier and Type Class Description classJsonArrayImplMethods in sk.antons.json.impl that return JsonArray Modifier and Type Method Description JsonArrayJsonArrayImpl. add(JsonValue value)JsonArrayJsonArrayImpl. add(JsonValue value, int index)JsonArrayJsonValueImpl. asArray() -
Uses of JsonArray in sk.antons.json.template
Methods in sk.antons.json.template with parameters of type JsonArray Modifier and Type Method Description static JsonArrayListWrapperJsonArrayListWrapper. instance(JsonArray array)Constructors in sk.antons.json.template with parameters of type JsonArray Constructor Description JsonArrayListWrapper(JsonArray array)
-