API:System.JSON.TJSONNull

From RAD Studio API Documentation

TJSONNullSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObject

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

Represents the ancestor class for all the JSON classes defining string, object, array, number, boolean, true, false, and null values. {{#multireplace:System.JSON.TJSONNull|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.TJSONValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.TJSONValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Represents the ancestor class for all the JSON classes defining string, object, array, number, boolean, true, false, and null values.

See Also

Code Examples