com.google.api.client.json
Class Json

java.lang.Object
  extended by com.google.api.client.json.Json

public class Json
extends Object

JSON utilities.

Since:
1.0
Author:
Yaniv Inbar

Field Summary
static String CONTENT_TYPE
          "application/json" content type.
 
Constructor Summary
Json()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final String CONTENT_TYPE
"application/json" content type.

See Also:
Constant Field Values
Constructor Detail

Json

public Json()


Copyright © 2011 Google. All Rights Reserved.