PRIM_JSON.Node - CloneNode Method
Makes a copy of the current JSON node optionally recursively cloning all the node's children
Member of PRIM_JSON.Node (PRIM_JSON.Node)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | PRIM_JSON.Node | A reference to the newly cloned JSON node |
| Deep | *Input | Integer | True if the current JSON node's children are also cloned; false if just the current node is to be cloned |
No detailed help is available for this feature