Class JsonReader<T>

java.lang.Object
org.chenile.utils.stream.JsonReader<T>
All Implemented Interfaces:
Iterable<T>

public class JsonReader<T> extends Object implements Iterable<T>
Read a JSON file. Treat the file as a giant array of multiple records. Parse it and return an iterator
Author:
Raja Shankar Kolluru