|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Repackaging of the json.org reference implementation.
For full documentation and sample code, please see the RestFB website.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||