Data.DBXJSONCommon.TDBXJSONTools.ValueTypeToJSON
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXJSONCommon.pas Data.DBXJSONCommon.hpp
| |
Unit: Data.DBXJSONCommon | |
Parent: TDBXJSONTools |
Delphi
class function ValueTypeToJSON(const DataType: TDBXValueType): TJSONArray; static;
C++
static System::Json::TJSONArray* __fastcall ValueTypeToJSON(Data::Dbxcommon::TDBXValueType* const DataType);
Description
Returns the JSON value equivalent to a TDBXValueType instance.
The ValueTypeToJSON method returns the JSON value equivalent to the TDBXValueType instance received through the DataType parameter.