REST.JsonReflect.TJSONUnMarshal.GetArgObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetArgObjects(AClass: TClass; JsonArray: TJSONArray): TListOfObjects;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal

Description

The GetArgObjects method transforms the JsonArray into an array of objects of the AClass type.

The AClass specifies the type of objects expected to be in the JsonArray.

See Also