public interface ObjectEndHandler extends JsonHandlerBase
``}.| Modifier and Type | Method and Description |
|---|---|
boolean |
onObjectEnd()
Handles a JSON object end brace:
``}. |
boolean onObjectEnd()
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.