REST.Response.Adapter.TRESTResponseJSON.GetJSONResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetJSONResponse(out AValue: TJSONValue; out AHasOwner: Boolean);

C++

void __fastcall GetJSONResponse(/* out */ System::Json::TJSONValue* &AValue, /* out */ bool &AHasOwner);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseJSON

Description

Gets the current JSON value.

GetJSONResponse accepts two out parameters:

See Also