Data.DBXJSONReflect.TJSONUnMarshal.GetArgObjects
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONUnMarshal | |
Delphi
function GetArgObjects(JsonArray: TJSONArray): TListOfObjects;
C++
TListOfObjects __fastcall GetArgObjects(System::Json::TJSONArray* JsonArray);
Description
Transforms a JSON array into an array of objects.
The GetArgObjects method transforms a JSON array into an array of objects.