Package com.restfb.json

Repackaging of the json.org reference implementation.

See:
          Description

Interface Summary
JsonString The JsonString interface allows a toJSONString() method so that a class can change the behavior of JsonObject.toString(), JsonArray.toString(), and JsonWriter.value(Object).
 

Class Summary
JsonArray A JsonArray is an ordered sequence of values.
JsonObject A JsonObject is an unordered collection of name/value pairs.
JsonStringer JsonStringer provides a quick and convenient way of producing JSON text.
JsonTokener A JsonTokener takes a source string and extracts characters and tokens from it.
JsonWriter JsonWriter provides a quick and convenient way of producing JSON text.
 

Exception Summary
JsonException The JsonException is thrown by the JSON.org classes then things are amiss.
 

Package com.restfb.json Description

Repackaging of the json.org reference implementation.

For full documentation and sample code, please see the RestFB website.



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