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.
JSON itself has no notion of a temporal types, this extension complies to the RFC-7493, so this method assumes
there is a String value with the key and it contains an ISO 8601 encoded date and time format
such as "2017-04-03T10:25:41Z", which it decodes if found and returns.
Returns Date
integerValue
integerValue(): number
Returns number
isArray
isArray(): boolean
Returns boolean
isBoolean
isBoolean(): boolean
Returns boolean
isNull
isNull(): boolean
Returns boolean
isNumber
isNumber(): boolean
Returns boolean
isObject
isObject(): boolean
Returns boolean
isString
isString(): boolean
Returns boolean
longValue
longValue(): number
Returns number
mapTo
mapTo<T>(type: any): T
mapTo<T>(type: any): T
Decodes and returns the current value as the specified type.
Type parameters
T
Parameters
type: any
Returns T
Decodes and returns the current value as the specified type.
A JSON event emited by the JsonParser.