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