API:System.JSON.TJSONNull.AddDescendant

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure AddDescendant(const Descendant: TJSONAncestor); override;

C++

virtual void __fastcall AddDescendant(TJSONAncestor* const Descendant);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNull

説明

JSON オブジェクトの構造を再構築するためにパーサーが使用するメソッド。

System.JSON.TJSONNull.AddDescendant は System.JSON.TJSONAncestor.AddDescendant を継承しています。以下の内容はすべて System.JSON.TJSONAncestor.AddDescendant を参照しています。

JSON オブジェクトの構造を再構築するためにパーサーが使用するメソッド。

AddDescendant は、JSON オブジェクトの構造を再構築するためにパーサーが使用するメソッドです。

Descendent パラメータとして与えられる TJSONAncestor オブジェクトは、この JSON オブジェクトの構造に追加される下位クラスを表します。

JSON オブジェクトの構造の解析は、Parse メソッドと ParseJSONValue メソッドを使用して実行されます。

関連項目