Interface JSONReader

All Superinterfaces:
AutoCloseable, Closeable, Iterator<JSONToken>

public interface JSONReader extends Iterator<JSONToken>, Closeable
Reads a stream of JSONToken instances from an underlying character stream, using the Iterator pattern.
Author:
cdivilly