Uses of Class
com.google.gson.JsonObject
Packages that use JsonObject
-
Uses of JsonObject in com.google.gson
Methods in com.google.gson that return JsonObjectModifier and TypeMethodDescriptionJsonObject.deepCopy()
Creates a deep copy of this element and all its children.JsonElement.getAsJsonObject()
Convenience method to get this element as aJsonObject
.JsonObject.getAsJsonObject
(String memberName) Convenience method to get the specified member as aJsonObject
.