JSON Parser Xojo and Real Studio plugin

JSONNode.AppendNode Method (console safe)

Appends a child node.

AppendNode(
   node as JSONNode)

Parameters

node
The node to append.

Remarks

If the node that your attempting to append has been previously in a tree then appending will be aborted, nodes cannot be re-used.

See Also

JSONNode Class