JSON Parser Xojo and Real Studio plugin
JSONNode.Pop Method
(console safe)
Removes a node by name and returns the removed node.
Pop(
name
as
String)
as
JSONNode
Parameters
name
Name of the node to be removed.
Returns
JSONNode
The removed node.
Remarks
See Also
JSONNode Class