public interface ArrayStartHandler extends JsonHandlerBase
`[`.| Modifier and Type | Method and Description |
|---|---|
boolean |
onArrayStart()
Handles a JSON array start bracket:
`[`. |
boolean onArrayStart()
throws IOException
`[`.true if the parsing should be continued, false if it should be
stopped immediatelyIOException - if an error occurred during handlingCopyright © 2015. All rights reserved.