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 childrenJsonElement.getAsJsonArray()
convenience method to get this element as aJsonArray
.JsonObject.getAsJsonArray
(String memberName) Convenience method to get the specified member as a JsonArray.Methods in com.google.gson with parameters of type JsonArray