System.JSON.TJSONNumber

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.TJSONStringSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONNumber

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 number.

TJSONNumber is the class that implements a JSON number.

See Also