JSON Parser Xojo plugin

JSONNode.Remove Method

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