| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| JsonException |
The JsonException is thrown by the JSON.org classes then things are amiss.
|
For full documentation and sample code, please see the RestFB website.
Copyright © 2014. All rights reserved.