JSON Parser Xojo plugin
JSONNode.Child Method
Gets a child node by a index
Child(
index
as
Integer)
as
JSONNode
Parameters
index
index of the child node to be fetched. (zero based)
Returns
JSONNode
The child node, or null if no child node with that name was found.
Remarks
See Also
JSONNode Class