JSON Parser Xojo and Real Studio plugin
JSONNode.Remove Method
(console safe)
Removes a node by index.
Remove(
index
as
Integer)
Parameters
index
Index of the node to be removed (zero based)
Remarks
Index is zero based.
See Also
JSONNode Class