public class JSONReader extends Object
JSONReader(String json)
void
expect(char expected)
expect(String expected)
char
next()
peek()
String
read(int length)
skipWhitespace()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSONReader(String json)
public char peek() throws Exception
Exception
public char next() throws Exception
public void expect(char expected) throws Exception
public void expect(String expected) throws Exception
public void skipWhitespace()
public String read(int length) throws Exception
Copyright © 2025. All rights reserved.