Data.DBJson.TJSONToDataSetBridge

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBJson.pas Data.DBJson.hpp
| |
Unit: Data.DBJson | |
Parent: Data.DBJson |
Delphi
TJSONToDataSetBridge = class(TObject)
C++
class PASCALIMPLEMENTATION TJSONToDataSetBridge : public System::TObject
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.