API:System.JSON.TJSONNumber

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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. System.JSON.TJSONNumber inherits from System.JSON.TJSONString. All content below this line refers to System.JSON.TJSONString.

Implements a JSON string.

TJSONString is the class that implements a JSON string.

See Also