System.JSON.TJSONTrue

Delphi
TJSONTrue = class sealed(TJSONBool)
C++
class PASCALIMPLEMENTATION TJSONTrue : /*[[sealed]]*/ public TJSONBool
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.JSON.pas System.JSON.hpp |
System.JSON | System.JSON |
Description
Implements a JSON true value.
TJSONTrue is the class that implements a JSON true value.