Uses of Class
com.restfb.json.JsonWriter

Packages that use JsonWriter
com.restfb.json Repackaging of the json.org reference implementation. 
 

Uses of JsonWriter in com.restfb.json
 

Subclasses of JsonWriter in com.restfb.json
 class JsonStringer
          JsonStringer provides a quick and convenient way of producing JSON text.
 

Methods in com.restfb.json that return JsonWriter
 JsonWriter JsonWriter.array()
          Begin appending a new array.
 JsonWriter JsonWriter.endArray()
          End an array.
 JsonWriter JsonWriter.endObject()
          End an object.
 JsonWriter JsonWriter.key(String s)
          Append a key.
 JsonWriter JsonWriter.object()
          Begin appending a new object.
 JsonWriter JsonWriter.value(boolean b)
          Append either the value true or the value false.
 JsonWriter JsonWriter.value(double d)
          Append a double value.
 JsonWriter JsonWriter.value(long l)
          Append a long value.
 JsonWriter JsonWriter.value(Object o)
          Append an object value.
 



RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.