public interface ObjectKeyHandler extends JsonHandlerBase
`"foo"` or `""`.| Modifier and Type | Method and Description |
|---|---|
boolean |
onObjectKey(CharSequence key)
Handles a JSON object key: for example,
`"foo"` or `""`. |
boolean onObjectKey(CharSequence key) throws IOException
`"foo"` or `""`.key - the object keytrue if the parsing should be continued, false if it should be
stopped immediatelyIOException - if an error occurred during handlingCopyright © 2015. All rights reserved.