EMS.Services.IEMSResourceResponseContent.GetObject
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: EMS.Services.pas EMS.Services.hpp
| |
Unit: EMS.Services | |
Parent: IEMSResourceResponseContent |
Delphi
function GetObject: TJSONObject;
C++
virtual System::Json::TJSONObject* __fastcall GetObject() = 0 ;
Description
Returns the response content as an instance of TJSONObject if the response content is a valid JSON object. It raises an exception otherwise.