JSON Parser Xojo and Real Studio plugin |
|
JSONNode.Pop Method (console safe)
Removes a node by index and returns the removed node.
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