Class JsonReader

java.lang.Object
org.chenile.filewatch.reader.JsonReader
All Implemented Interfaces:
Iterable<Object>

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