public interface SimpleJsonParserCallbackInterface
| Modifier and Type | Method and Description |
|---|---|
void |
onSimpleJsonValue(java.lang.String simpleJsonQuery,
JsonValue jsonValue)
Called for each simple JSON value.
|
void onSimpleJsonValue(java.lang.String simpleJsonQuery,
JsonValue jsonValue)
simpleJsonQuery - the simple JSON query which addresses the valuejsonValue - the simple JSON value (string, number, boolean or null)