A JSON event emited by the JsonParser.
AnythingObjectJsonEventBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
JsonEvent(JsonEvent unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
arrayValue | shared default Array arrayValue() |
binaryValue | shared default Buffer binaryValue()Return the binary value. JSON itself has no notion of a binary, this extension complies to the RFC-7493, so this method assumes there is a String value with the key and it contains a Base64 encoded binary, which it decodes if found and returns. |
booleanValue | shared default Boolean booleanValue() |
doubleValue | shared default Float doubleValue() |
fieldName | shared default String fieldName() |
floatValue | shared default Float floatValue() |
integerValue | shared default Integer integerValue() |
isArray | shared default Boolean isArray() |
isBoolean | shared default Boolean isBoolean() |
isNull | shared default Boolean isNull() |
isNumber | shared default Boolean isNumber() |
isObject | shared default Boolean isObject() |
isString | shared default Boolean isString() |
longValue | shared default Integer longValue() |
mapTo | shared default T? mapTo<T>()Decodes and returns the current value as the specified |
objectValue | shared default Object objectValue() |
stringValue | shared default String stringValue() |
type | shared default String type() |
value | shared default Object? value() |
| Inherited Methods |
Methods inherited from: Objectequals |