Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

Read

Reads the next JSON token from the source

Result

Skip

Skips the children of the current token

TokenAsBase16

Converts the current token to a binary string by decoding the token's sequence of Base16/Hexadecimal characters

Result

TokenAsBase64

Converts the current token to a binary string by decoding the token's sequence of Base64 characters

Result

TokenAsBoolean

Converts the current token to a Boolean value

Result

TokenAsDate

Converts the current token to a Date value

Result, Format

TokenAsDateTime

Converts the current token to a datetime value

Result, Format

TokenAsDecimal

Converts the current token to a Decimal value

Result

TokenAsFloat64

Converts the current token to a 64-bit floating point value

Result

TokenAsInt32

Converts the current token to a 32-bit integer value

Result

TokenAsInt64

Converts the current token to a 64-bit integer value

Result

TokenAsName

Obtains a name value as a unicode string from the current token

Result

TokenAsString

Converts the current token to a unicode string value

Result

TokenAsTime

Converts the current token to a Time value

Result, Format

TokenIsDate

Checks if the current token can be converted to a Date value

Result, Format

TokenIsDateTime

Checks if the current token can be converted to a datetime value

Result, Format

TokenIsTime

Checks if the current token can be converted to a Time value

Result, Format


See also

All Component Classes

Technical Reference