| Package | Description |
|---|---|
| com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
| Modifier and Type | Method | Description |
|---|---|---|
JsonArray |
JsonArray.deepCopy() |
Creates a deep copy of this element and all its children
|
JsonArray |
JsonElement.getAsJsonArray() |
convenience method to get this element as a
JsonArray. |
JsonArray |
JsonObject.getAsJsonArray(java.lang.String memberName) |
Convenience method to get the specified member as a JsonArray.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JsonArray.addAll(JsonArray array) |
Adds all the elements of the specified array to self.
|
Copyright © 2018. All rights reserved.