Uses of Class
com.google.gson.JsonArray
Packages that use JsonArray
-
Uses of JsonArray in com.google.gson
Methods in com.google.gson that return JsonArrayModifier and TypeMethodDescriptionJsonArray.deepCopy()
Creates a deep copy of this element and all its children.JsonElement.getAsJsonArray()
Convenience method to get this element as aJsonArray
.JsonObject.getAsJsonArray
(String memberName) Convenience method to get the specified member as aJsonArray
.Methods in com.google.gson with parameters of type JsonArray