JSON Parser Xojo plugin
JSONNode.Child Method
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