Package-level declarations
Types
Link copied to clipboard
Convert a web browser cookie list string to a JSONObject and back.
Link copied to clipboard
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
Link copied to clipboard
A JSON Pointer is a simple query language defined for JSON documents by RFC 6901.
Link copied to clipboard
The JSONPointerException is thrown by JSONPointer if an error occurs during evaluating a pointer.
Link copied to clipboard
Use this annotation on a getter method to override the Bean name parser for Bean -> JSONObject mapping.
Link copied to clipboard
Use this annotation on a getter method to override the Bean name parser for Bean -> JSONObject mapping.
Link copied to clipboard
interface 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)
.Link copied to clipboard
JSONWriter provides a quick and convenient way of producing JSON text.
Link copied to clipboard
Configuration object for the XML parser.
Link copied to clipboard
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
Link copied to clipboard
Type conversion configuration interface to be used with xsi:type attributes.