EMS.Services.IEMSResourceResponseContent.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject: TJSONObject;

C++

virtual System::Json::TJSONObject* __fastcall GetObject() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent

Description

Returns the response content as an instance of TJSONObject if the response content is a valid JSON object. It raises an exception otherwise.

See Also