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() |
| Modifier and Type | Method and Description |
|---|---|
JsonValue |
parse(char[] data,
int offset,
int length) |
JsonValue |
parse(FileHandle file) |
JsonValue |
parse(InputStream input) |
JsonValue |
parse(Reader reader) |
JsonValue |
parse(String json) |
public JsonValue parse(InputStream input)
parse in interface BaseJsonReaderpublic JsonValue parse(FileHandle file)
parse in interface BaseJsonReaderpublic JsonValue parse(char[] data, int offset, int length)
Copyright © 2021. All rights reserved.