Package | Description |
---|---|
IO.JSON.Gson.com.google.gson |
This package provides the
com.google.gson.Gson class to convert Json to Java and
vice-versa. |
Modifier and Type | Method and Description |
---|---|
JsonObject |
JsonElement.getAsJsonObject()
convenience method to get this element as a
JsonObject . |
JsonObject |
JsonObject.getAsJsonObject(java.lang.String memberName)
Convenience method to get the specified member as a JsonObject.
|