Page History
...
Name | Description |
|---|---|
Creates a new JSON Array node and appends it to the array Result | |
Creates a new JSON Boolean node and appends it to the array Result, Value | |
Creates a new JSON datetime node and appends it to the array Result, Value | |
Creates a new JSON Decimal node and appends it to the array Result, Value | |
Creates a new JSON Float64 node and appends it to the array Result, Value | |
Creates a new JSON Int32 node and appends it to the array Result, Value | |
Creates a new JSON Int64 node and appends it to the array Result, Value | |
Creates a new JSON Null node and appends it to the array Result | |
Creates a new JSON Number node and appends it to the array Result, Value | |
Creates a new JSON Object node and appends it to the array Result | |
Creates a new JSON String node and appends it to the array Result, Value | |
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. Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Retrieves the value of the current JSON node as a boolean Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Retrieves the value of the current JSON node as a date/time Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Retrieves the value of the current JSON node as a decimal Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Retrieves the value of the current JSON node as a 32-bit integer Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Retrieves the value of the current JSON node as a 64-bit integer Inherited from PRIM_JSON.Node (PRIM_JSON.Node) 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. Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Retrieves the value of the resolved JSON value node as a unicode string Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Makes a copy of the current JSON node and recursively clones all the node's children Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Makes a copy of the current JSON node optionally recursively cloning all the node's children Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result, Deep | |
Creates an iterator component that enables iteration through the node's children Inherited from PRIM_JSON.Node (PRIM_JSON.Node) Result | |
Method for removing all children nodes of this node by setting each child node's parent to null Inherited from PRIM_JSON.Node (PRIM_JSON.Node) |