public class JsonReader extends Object implements BaseJsonReader
JsonValue
objects. Extend this class and override
methods to perform event driven parsing. When this is done, the parse methods will return null.Constructor and Description |
---|
JsonReader() |
public JsonValue parse(InputStream input)
parse
in interface BaseJsonReader
public JsonValue parse(FileHandle file)
parse
in interface BaseJsonReader
public JsonValue parse(char[] data, int offset, int length)
Copyright © 2014. All rights reserved.