Package-level declarations

Types

Link copied to clipboard
open class CDL
This provides static methods to convert comma delimited text into a JSONArray, and to convert a JSONArray into comma delimited text.
Link copied to clipboard
open class Cookie
Convert a web browser cookie specification to a JSONObject and back.
Link copied to clipboard
open class CookieList
Convert a web browser cookie list string to a JSONObject and back.
Link copied to clipboard
open class HTTP
Convert an HTTP header 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
open class JSONML
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
Link copied to clipboard
open class JSONPointer
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
@Retention(value = RUNTIME)
@Target(value = [])
annotation class JSONPropertyIgnore
Use this annotation on a getter method to override the Bean name parser for Bean -> JSONObject mapping.
Link copied to clipboard
@Retention(value = RUNTIME)
@Target(value = [])
annotation class JSONPropertyName
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
open class JSONWriter
JSONWriter provides a quick and convenient way of producing JSON text.
Link copied to clipboard
open class Property
Converts a Property file data into JSONObject and back.
Link copied to clipboard
open class XML
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
Link copied to clipboard
Configuration object for the XML parser.
Link copied to clipboard
open class XMLTokener : JSONTokener
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.