Create a new instance of boolean JSON data.
Source position: fpjson.pp line 447
public constructor TJSONBoolean.Create( |
AValue: Boolean |
); |
AValue |
|
Initial boolean value. |
Create instantiates a new boolean JSON data and initializes the value with AValue.
|
Create a new instance of 32-bit integer JSON data. |
|
|
Create a new floating-point value. |
|
|
Create a new instance of 64-bit integer JSON data. |
|
|
Create a new instance of string JSON data. |
|
|
Create a new instance of JSON array data. |
|
|
Create a new instance of JSON object data. |