|
<< Click to Display Table of Contents >> Navigation: Classes > TJsonObject > Methods > Child |
SIGNATURE=IWJsonTools.TJsonObject.Child@string
ETYPE=Method
Declaration:
Delphi: |
public function Child(const Name: string): TJsonObject; overload; |
C++: |
public: __fastcall TJsonObject Child(const String Name); |
Description: Get a child node by name. If no node is found nil will be returned.