com.oracle.json.stream.JsonParser

This class provides a stream based reading of JSON data, it reads the input in terms of events. This is used similar to a {@link java.util.Iterator} in that you use {@link #hasNext()} and {@link #next()} to obtain the next processed bits. This does not form any automatically structured objects or arrays.