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)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)PRIM_JSON.NodeA reference to the newly cloned JSON node
Deep*InputIntegerTrue if the current JSON node's children are also cloned; false if just the current node is to be cloned

Details

No detailed help is available for this feature

See also

All Component Classes

Technical Reference