| 程序包 | 说明 |
|---|---|
| com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
| 限定符和类型 | 方法和说明 |
|---|---|
JsonArray |
JsonArray.deepCopy() |
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JsonArray.addAll(JsonArray array)
Adds all the elements of the specified array to self.
|
Copyright © 2015. All Rights Reserved.