public interface ArrayEndHandler extends JsonHandlerBase
`]`.| Modifier and Type | Method and Description |
|---|---|
boolean |
onArrayEnd()
Handles a JSON array end bracket:
`]`. |
boolean onArrayEnd()
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.