Create a new instance of TJSONData.
Source position: fpjson.pp line 169
public constructor TJSONData.Create; virtual; |
Create instantiates a new TJSONData object. It should never be called directly, instead one of the descendents should be instantiated.
|
Create a new instance of 32-bit integer JSON data. |
|
|
Create a new instance of string JSON data. |
|
|
Create a new instance of boolean JSON data. |
|
|
Create a new instance of JSON array data. |
|
|
Create a new instance of JSON object data. |