JSON Parser Xojo and Real Studio plugin

JSONNode.Clone Method (console safe)

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