All Classes and Interfaces
Class
Description
An abstract JSON DOM parser
An abstract JSON DOM serializer
An XMLEventWriter that delegates to an XMLStreamWriter.
JSON BadgerFish DOM parser
JSON BadgeFish DOM serializer
Default converter that tries to convert value to appropriate primitive (if fails, returns original string)
A JSONArray is an ordered sequence of values.
The JSONException is thrown by the JSON.org classes then things are amiss.
A JSONObject is an unordered collection of name/value pairs.
JSONObject.NULL is equivalent to the value that JavaScript calls null,
whilst Java's null is equivalent to the value that JavaScript calls
undefined.
The
JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
,
and JSONWriter.value(
Object)
.JSONStringer provides a quick and convenient way of producing JSON text.
A JSONTokener takes a source string and extracts characters and tokens from
it.
JSONWriter provides a quick and convenient way of producing JSON text.
JSON Mapped DOM parser
JSON Mapped DOM serializer
Simple converter that treats everything as strings
indent json, assumes the input is not yet indented.
Supports customized type conversion