| Package | Description |
|---|---|
| net.arnx.jsonic |
Provides classes for manipulating JSON(http://www.json.org/) format.
|
| net.arnx.jsonic.io | |
| net.arnx.jsonic.parse |
| Constructor and Description |
|---|
JSONReader(JSON.Context context,
InputSource in,
boolean multilineMode,
boolean ignoreWhitespace) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharSequenceInputSource |
class |
ReaderInputSource |
class |
StringBufferInputSource |
class |
StringBuilderInputSource |
class |
StringInputSource |
| Modifier and Type | Field and Description |
|---|---|
private InputSource |
TraditionalParser.in |
private InputSource |
JSONParser.in |
private InputSource |
ScriptParser.in |
| Modifier and Type | Method and Description |
|---|---|
(package private) JSONException |
JSONParser.createParseException(InputSource in,
java.lang.String id) |
(package private) JSONException |
JSONParser.createParseException(InputSource in,
java.lang.String id,
java.lang.Object... args) |
(package private) java.lang.String |
JSONParser.parseComment(InputSource in) |
(package private) char |
JSONParser.parseEscape(InputSource in) |
(package private) java.lang.Object |
JSONParser.parseLiteral(InputSource in,
boolean asValue) |
(package private) java.lang.Object |
JSONParser.parseLiteral(InputSource in,
java.lang.String expected,
java.lang.Object result) |
(package private) java.lang.Object |
JSONParser.parseNumber(InputSource in) |
(package private) java.lang.Object |
JSONParser.parseString(InputSource in,
boolean any) |
(package private) java.lang.String |
JSONParser.parseWhitespace(InputSource in) |
| Constructor and Description |
|---|
JSONParser(InputSource in,
int maxDepth,
boolean interpretterMode,
boolean ignoreWhirespace,
LocalCache cache) |
ScriptParser(InputSource in,
int maxDepth,
boolean interpretterMode,
boolean ignoreWhirespace,
LocalCache cache) |
TraditionalParser(InputSource in,
int maxDepth,
boolean interpretterMode,
boolean ignoreWhirespace,
LocalCache cache) |