| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class to represent boolean JSON data.
Source position: fpjson.pp line 404
type TJSONBoolean = class(TJSONData)  | 
||
public  | 
||
constructor Create();  | 
  | 
Create a new instance of boolean JSON data  | 
class function JSONType; override;  | 
  | 
native JSON data type  | 
procedure Clear; override;  | 
  | 
Clear data  | 
function Clone; override;  | 
  | 
Clone boolean value  | 
end;  | 
  | 
Class to represent boolean JSON data.  | 
|
| | | ||
  | 
Base (abstract) object for all JSON based data types  | 
|
| | | ||
TJSONBoolean must be used whenever boolean data must be represented. It has limited functionality to convert the value from or to integer or floating point data.
  | 
Class to represent floating-point JSON data.  | 
|
  | 
Class to represent 32-bit integer JSON data.  | 
|
  | 
Class to represent 64-bit integer JSON data.  | 
|
  | 
Class to represent boolean JSON data.  | 
|
  | 
Class to represent boolean JSON data.  | 
|
  | 
Class of TJSONArray  | 
|
  | 
Class of TJSONObject  |