API:System.JSON.TJSONNumber

From RAD Studio API Documentation

TJSONNumberSystem.JSON.TJSONStringSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObject

Delphi

TJSONNumber = class sealed(TJSONString)

C++

class PASCALIMPLEMENTATION TJSONNumber : /*[[sealed]]*/ public TJSONString

Properties

Type Visibility Source Unit Parent
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Description

Implements a JSON string. {{#multireplace:System.JSON.TJSONNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.TJSONString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.TJSONString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Implements a JSON string.

TJSONString is the class that implements a JSON string.

See Also