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