Uses of Package
com.restfb.json
-
Packages that use com.restfb.json Package Description com.restfb Contains types used to interact with the Facebook Graph API.com.restfb.exception Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.com.restfb.exception.generator com.restfb.json Repackaging of the minimal-json implementation.com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.ads Special types to interact with the Facebook Marketing API.com.restfb.types.webhook -
Classes in com.restfb.json used by com.restfb Class Description JsonObject Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values.JsonValue Represents a JSON value. -
Classes in com.restfb.json used by com.restfb.exception Class Description JsonObject Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values. -
Classes in com.restfb.json used by com.restfb.exception.generator Class Description JsonObject Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values. -
Classes in com.restfb.json used by com.restfb.json Class Description JsonArray Represents a JSON array, an ordered collection of JSON values.JsonHandler A handler for parser events.JsonObject Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values.JsonObject.Member Represents a member of a JSON object, a pair of a name and a value.JsonValue Represents a JSON value.Location An immutable object that represents a location in the parsed text.PrettyPrint Enables human readable JSON output by inserting whitespace between values.after commas and colons.WriterConfig Controls the formatting of the JSON output. -
Classes in com.restfb.json used by com.restfb.types Class Description JsonObject Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values. -
Classes in com.restfb.json used by com.restfb.types.ads Class Description JsonObject Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values. -
Classes in com.restfb.json used by com.restfb.types.webhook Class Description JsonObject Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values.JsonValue Represents a JSON value.