|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonArray | |
---|---|
com.google.gson | This package provides the Gson class to convert Json to Java and
vice-versa. |
Uses of JsonArray in com.google.gson |
---|
Methods in com.google.gson that return JsonArray | |
---|---|
JsonArray |
JsonElement.getAsJsonArray()
convenience method to get this element as a JsonArray . |
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 | |
---|---|
void |
JsonArray.addAll(JsonArray array)
Adds all the elements of the specified array to self. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |