public interface ObjectStartHandler extends JsonHandlerBase
`{`.| Modifier and Type | Method and Description |
|---|---|
boolean |
onObjectStart()
Handles a JSON object start brace:
`{`. |
boolean onObjectStart()
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.