Uses of Class
com.google.gson.JsonObject
-
Packages that use JsonObject Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa. -
-
Uses of JsonObject in com.google.gson
Methods in com.google.gson that return JsonObject 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 aJsonObject
.JsonObject
JsonObject. getAsJsonObject(String memberName)
Convenience method to get the specified member as aJsonObject
.
-