public class StreamingJsonParser extends Object
| Constructor and Description |
|---|
StreamingJsonParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
parseJsonArray(Reader in,
ToIntFunction<String> cb) |
public static void parseJsonArray(Reader in, ToIntFunction<String> cb) throws IOException
in - the input reqder from file or httpcb - the use callback function. That function is expected to return 0 to keep going,
anything else to stop the parsingIOExceptionCopyright © 2023. All rights reserved.