public class JSONParser extends Object
Constructor and Description |
---|
JSONParser(InputSource in,
int maxDepth,
boolean interpretterMode,
boolean ignoreWhirespace,
LocalCache cache) |
Modifier and Type | Method and Description |
---|---|
int |
getDepth() |
int |
getMaxDepth() |
Object |
getValue() |
boolean |
isIgnoreWhitespace() |
boolean |
isInterpretterMode() |
JSONEventType |
next() |
public JSONParser(InputSource in, int maxDepth, boolean interpretterMode, boolean ignoreWhirespace, LocalCache cache)
public int getMaxDepth()
public boolean isInterpretterMode()
public boolean isIgnoreWhitespace()
public Object getValue()
public int getDepth()
public JSONEventType next() throws IOException
IOException
Copyright © 2019. All rights reserved.