Uses of Class
com.google.gson.JsonObject

Packages that use JsonObject
com.google.gson This package provides the Gson class to convert Json to Java and vice-versa. 
 

Uses of JsonObject in com.google.gson
 

Methods in com.google.gson that return JsonObject
 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 © 2008-2011 Google, Inc.. All Rights Reserved.