Package | Description |
---|---|
org.codehaus.jettison | |
org.codehaus.jettison.badgerfish | |
org.codehaus.jettison.json | |
org.codehaus.jettison.mapped |
Modifier and Type | Method and Description |
---|---|
abstract javax.xml.stream.XMLStreamReader |
AbstractXMLInputFactory.createXMLStreamReader(JSONTokener tokener) |
Modifier and Type | Method and Description |
---|---|
javax.xml.stream.XMLStreamReader |
BadgerFishXMLInputFactory.createXMLStreamReader(JSONTokener tokener) |
Constructor and Description |
---|
JSONArray(JSONTokener x)
Construct a JSONArray from a JSONTokener.
|
JSONObject(JSONTokener x)
Construct a JSONObject from a JSONTokener.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.stream.XMLStreamReader |
MappedXMLInputFactory.createXMLStreamReader(JSONTokener tokener) |
Copyright © 2012. All Rights Reserved.