REST.Client.TCustomRESTRequest.TBody.JSONWriter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property JSONWriter: TJsonTextWriter read GetJSONWriter;

C++

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

Propriétés

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


Description

Editeur de texte JSON que vous pouvez utiliser pour définir la valeur du paramètre de corps.

Voir aussi