Data.DBXJSONReflect.JSONObjectPairListConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function JSONObjectPairListConverter(Data: TObject; Field: string): TListOfObjects;

C++

extern DELPHI_PACKAGE TListOfObjects __fastcall JSONObjectPairListConverter(System::TObject* Data, System::UnicodeString Field);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

Description

Converts the pair list of a TJSONObject into a serializable structure.

The JSONObjectPairListConverter routine converts the pair list of a TJSONObject into a serializable structure. Data is expected to be a TJSONObject.

See Also