Class JSONEventReader

java.lang.Object
com.leastfixedpoint.json.JSONEventReader

public class JSONEventReader extends Object
SAX-style event-emitting JSON parser. Only needed in advanced situations. Usually, JSONReader will be what you're looking for.

If you do decide you want SAX-style events rather than finished, ready-to-use JSON-representing objects from JSONReader.read() or JSONReader.readValue(), then instantiate this class and call next() repeatedly until you're done or it returns null. It will return tokens as follows: