Data.DBJson.TJSONToDataSetBridge

Delphi
TJSONToDataSetBridge = class(TObject)
C++
class PASCALIMPLEMENTATION TJSONToDataSetBridge : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBJson.pas Data.DBJson.hpp |
Data.DBJson | Data.DBJson |
Description
TJSONToDataSetBridge serves as a bridge between JSON value and dataset.
TJSONToDataSetBridge performs these tasks:
- Define method - scans JSON value structure and defines
FieldDefs
according to this structure. - Append method - imports JSON value into
DataSet
, where JSON object corresponds to a single record and JSON array to a set of records.