REST.Client.TCustomRESTRequest.TBody.JSONWriter

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

Delphi

property JSONWriter: TJsonTextWriter read GetJSONWriter;

C++

__property System::Json::Writers::TJsonTextWriter* JSONWriter = {read=GetJSONWriter};

プロパティ

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


説明

本体パラメータの値を定義するのに使用できる JSON テキスト ライタです。

関連項目