Versions Compared

Key

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

...

Name

Description

AsArray

Attempts to resolve current node as a PRIM_JSON.Array otherwise reports a runtime error. Document nodes resolve the root node and member nodes resolve the Value node.

Result

AsBoolean

Retrieves the value of the current JSON node as a boolean

Result

AsDateTime

Retrieves the value of the current JSON node as a date/time

Result

AsDecimal

Retrieves the value of the current JSON node as a decimal

Result

AsInt32

Retrieves the value of the current JSON node as a 32-bit integer

Result

AsInt64

Retrieves the value of the current JSON node as a 64-bit integer

Result

AsObject

Attempts to resolve current node as a PRIM_JSON.Object otherwise reports a runtime error. Document nodes resolve the root node and member nodes resolve the Value node.

Result

AsString

Retrieves the value of the resolved JSON value node as a unicode string

Result

Clone

Makes a copy of the current JSON node and recursively clones all the node's children

Result

CloneNode

Makes a copy of the current JSON node optionally recursively cloning all the node's children

Result, Deep

CreateIterator

Creates an iterator component that enables iteration through the node's children

Result

RemoveAll

Method for removing all children nodes of this node by setting each child node's parent to null


See also

All Component Classes

Technical Reference