Data.DBXJSONReflect.JSONObjectPairListConverter
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: Data.DBXJSONReflect | |
Delphi
function JSONObjectPairListConverter(Data: TObject; Field: string): TListOfObjects;
C++
extern DELPHI_PACKAGE TListOfObjects __fastcall JSONObjectPairListConverter(System::TObject* Data, System::UnicodeString Field);
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