REST.Client.TCustomRESTRequest.TBody.JSONWriter
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 テキスト ライタです。