public class JSONParser extends Object
| Constructor and Description |
|---|
JSONParser(net.arnx.jsonic.io.InputSource in,
int maxDepth,
boolean interpretterMode,
boolean ignoreWhirespace,
net.arnx.jsonic.util.LocalCache cache) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
int |
getMaxDepth() |
Object |
getValue() |
boolean |
isIgnoreWhitespace() |
boolean |
isInterpretterMode() |
JSONEventType |
next() |
public JSONParser(net.arnx.jsonic.io.InputSource in,
int maxDepth,
boolean interpretterMode,
boolean ignoreWhirespace,
net.arnx.jsonic.util.LocalCache cache)
public int getMaxDepth()
public boolean isInterpretterMode()
public boolean isIgnoreWhitespace()
public Object getValue()
public int getDepth()
public JSONEventType next() throws IOException
IOException