REST.Response.Adapter.TRESTResponseJSON.GetJSONResponse
Delphi
procedure GetJSONResponse(out AValue: TJSONValue; out AHasOwner: Boolean);
C++
void __fastcall GetJSONResponse(/* out */ System::Json::TJSONValue* &AValue, /* out */ bool &AHasOwner);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
protected | REST.Response.Adapter.pas REST.Response.Adapter.hpp |
REST.Response.Adapter | TRESTResponseJSON |
Description
Obtient la valeur JSON en cours.
GetJSONResponse accepte deux paramètres :
AValue
: la valeur JSON.AHasOwner
: une valeur booléenne qui indique si TRESTResponseJSON est propriétaire de cette valeur JSON.