JSON Parser Xojo and Real Studio plugin

JSONNode.Child Method (console safe)

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