public interface BooleanHandler extends JsonHandlerBase
`true` or `false`.| Modifier and Type | Method and Description |
|---|---|
boolean |
onBoolean(boolean value)
Handles a JSON array, object or standalone (top-level) boolean value:
`true` or `false`. |
boolean onBoolean(boolean value)
throws IOException
`true` or `false`.value - the boolean valuetrue if the parsing should be continued, false if it should be
stopped immediatelyIOException - if an error occurred during handlingCopyright © 2015. All rights reserved.