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