REST.Client.TCustomRESTRequest.TBody.JSONWriter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property JSONWriter: TJsonTextWriter read GetJSONWriter;

C++

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

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TBody

Description

JSON text writer that you can use to define the value of the body parameter.

See Also