Data.DBXJSONReflect.TJSONUnMarshal.GetArgObjects

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also