JSON Parser Xojo plugin

JSONNode.Clone Method

Makes a clone of the node so that it can be inserted to different tree or at different branch of the same tree.

Clone() as JSONNode

Parameters

Returns

JSONNode
A cloned copy of the node

Remarks

See Also

JSONNode Class