Data.DBXJSONReflect.TJSONUnMarshal.GetArgObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetArgObjects(JsonArray: TJSONArray): TListOfObjects;

C++

TListOfObjects __fastcall GetArgObjects(System::Json::TJSONArray* JsonArray);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Transforms a JSON array into an array of objects.

The GetArgObjects method transforms a JSON array into an array of objects.

See Also