[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class to represent boolean JSON data.
Source position: fpjson.pp line 468
| type TJSONNull = class(TJSONData) | ||
| public | ||
| 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. | |
| | | ||
TJSONNull must be used whenever a null value must be represented.
| 
 | 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 string JSON data. | |
| 
 | Class of TJSONArray. | |
| 
 | Class of TJSONObject. |