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