JSON Parser Xojo and Real Studio plugin

JSONNode.Child Method (console safe)

Gets a child node by a name

Child(
   name as String) as JSONNode

Parameters

name
Name of the child node to fetch

Returns

JSONNode
The child node, or null if no child node with that name was found.

Remarks

See Also

JSONNode Class