Uses of Class
com.google.gson.JsonArray
-
Packages that use JsonArray Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa. -
-
Uses of JsonArray in com.google.gson
Methods in com.google.gson that return JsonArray Modifier and Type Method Description JsonArray
JsonArray. deepCopy()
Creates a deep copy of this element and all its childrenJsonArray
JsonElement. getAsJsonArray()
convenience method to get this element as aJsonArray
.JsonArray
JsonObject. getAsJsonArray(String memberName)
Convenience method to get the specified member as a JsonArray.Methods in com.google.gson with parameters of type JsonArray Modifier and Type Method Description void
JsonArray. addAll(JsonArray array)
Adds all the elements of the specified array to self.
-