System.JSON.TJSONNumber
Delphi
TJSONNumber = class sealed(TJSONString)
C++
class PASCALIMPLEMENTATION TJSONNumber : /*[[sealed]]*/ public TJSONString
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
class | public | System.JSON.pas System.JSON.hpp |
System.JSON | System.JSON |
Description
Implémente un nombre JSON.
TJSONNumber est la classe qui implémente un nombre JSON.