JSON Parser Xojo plugin
JSONNode.Pop Method
Removes a node by index and returns the removed node.
Pop(
index
as
Integer)
as
JSONNode
Parameters
index
Index of the node to be removed (zero based)
Returns
JSONNode
The removed node.
Remarks
Index is zero based.
See Also
JSONNode Class