public class JSONReader extends Object
public JSONEventType next() throws IOException
IOExceptionpublic <T> T getValue(Class<T> cls) throws IOException
IOExceptionpublic Object getValue(Type t) throws IOException
IOExceptionpublic Map<?,?> getMap() throws IOException
IOExceptionpublic List<?> getList() throws IOException
IOExceptionpublic String getString() throws IOException
IOExceptionpublic BigDecimal getNumber() throws IOException
IOExceptionpublic Boolean getBoolean() throws IOException
IOExceptionpublic int getDepth()