Uses of Class
com.google.gson.JsonArray
-
Packages that use JsonArray Package Description com.google.gson This package provides theGsonclass 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 JsonArrayJsonArray. deepCopy()Creates a deep copy of this element and all its children.JsonArrayJsonElement. getAsJsonArray()Convenience method to get this element as aJsonArray.JsonArrayJsonObject. getAsJsonArray(String memberName)Convenience method to get the specified member as aJsonArray.Methods in com.google.gson with parameters of type JsonArray Modifier and Type Method Description voidJsonArray. addAll(JsonArray array)Adds all the elements of the specified array to self.
-