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