REST.JsonReflect.JSONObjectPairListConverter
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 | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | REST.JsonReflect |
Description
Returns a TListOfObjects created from the key-value pairs in Data
.
Data
must be an instance of TJSONObject.
- Note: The
Field
parameter is ignored.