Data.DBXJSON.TJSONNull
From RAD Studio API Documentation
Delphi
TJSONNull = class sealed(TJSONValue)
C++
class PASCALIMPLEMENTATION TJSONNull/* [[sealed]] */ : public TJSONValue
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Data.DBXJSON.pas Data.DBXJSON.hpp |
Data.DBXJSON | Data.DBXJSON |
Description
Implements a JSON null value.
TJSONNull is the class that implements a JSON null value.