System.JSON.Writers.TJsonObjectWriter.JSON

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

Delphi

property JSON: TJSONAncestor read FRoot;

C++

__property System::Json::TJSONAncestor* JSON = {read=FRoot};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonObjectWriter


説明

作成された JSON 値を取得します。

OwnValue プロパティを False に設定すると、返されたオブジェクトの所有権を取得できます。

関連項目