Package kong.unirest.core.json
Interface JsonEngine.Array
- All Superinterfaces:
JsonEngine.Element
- All Known Implementing Classes:
GsonArray,JacksonArray
- Enclosing interface:
JsonEngine
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidadd(JsonEngine.Element obj) get(int index) remove(int index) voidset(int index, JsonEngine.Element o) intsize()Methods inherited from interface kong.unirest.core.json.JsonEngine.Element
getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsDouble, getAsFloat, getAsInt, getAsJsonArray, getAsJsonObject, getAsJsonPrimitive, getAsLong, getAsPrimitive, getAsString, getEngineElement, isJsonArray, isJsonNull, isJsonObject, isJsonPrimitive
-
Method Details
-
size
int size() -
get
-
remove
-
put
-
put
-
put
-
add
-
set
-
add
-
add
-
add
-
join
-