All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractDOMDocumentParser An abstract JSON DOM parserAbstractDOMDocumentSerializer An abstract JSON DOM serializerAbstractXMLEventWriter An XMLEventWriter that delegates to an XMLStreamWriter.AbstractXMLInputFactory AbstractXMLOutputFactory AbstractXMLStreamReader AbstractXMLStreamWriter BadgerFishConvention BadgerFishDOMDocumentParser JSON BadgerFish DOM parserBadgerFishDOMDocumentSerializer JSON BadgeFish DOM serializerBadgerFishXMLInputFactory BadgerFishXMLOutputFactory BadgerFishXMLStreamReader BadgerFishXMLStreamWriter Configuration Convention DefaultConverter Default converter that tries to convert value to appropriate primitive (if fails, returns original string)FastStack JSONArray A JSONArray is an ordered sequence of values.JSONException The JSONException is thrown by the JSON.org classes then things are amiss.JSONObject A JSONObject is an unordered collection of name/value pairs.JSONSequenceTooLargeException JSONString TheJSONString
interface allows atoJSONString()
method so that a class can change the behavior ofJSONObject.toString()
,JSONArray.toString()
, andJSONWriter.value(
Object)
.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.MappedDOMDocumentParser JSON Mapped DOM parserMappedDOMDocumentSerializer JSON Mapped DOM serializerMappedNamespaceConvention MappedXMLInputFactory MappedXMLOutputFactory MappedXMLStreamReader MappedXMLStreamWriter Node SimpleConverter Simple converter that treats everything as stringsStringIndenter indent json, assumes the input is not yet indented.TypeConverter Supports customized type conversionXsonNamespaceContext