REST.Client.TCustomRESTResponse.RootElement

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

Delphi

property RootElement: string read FRootElement write SetRootElement;

C++

__property System::UnicodeString RootElement = {read=FRootElement, write=SetRootElement};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse


説明

JSON 応答内容の階層におけるルート要素の文字列表現が格納されています。

このプロパティを使用すると、JSON 応答内容の階層におけるルート要素を取得または設定できます。ルート要素を開始点として、TCustomRESTResponse.JSONValue メソッドを使って他の要素を見つけることができます。

関連項目