Page History
...
Name | Description |
|---|---|
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 | |
Retrieves the value of the current JSON node as a boolean Result | |
Retrieves the value of the current JSON node as a date/time Result | |
Retrieves the value of the current JSON node as a decimal Result | |
Retrieves the value of the current JSON node as a 32-bit integer Result | |
Retrieves the value of the current JSON node as a 64-bit integer Result | |
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 | |
Retrieves the value of the resolved JSON value node as a unicode string Result | |
Makes a copy of the current JSON node and recursively clones all the node's children Result | |
Makes a copy of the current JSON node optionally recursively cloning all the node's children Result, Deep | |
Creates an iterator component that enables iteration through the node's children Result | |
Method for removing all children nodes of this node by setting each child node's parent to null |