JSON Parser Xojo and Real Studio plugin |
|
JSONNode.Child Method (console safe)
Gets a child node by a name
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