[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create a new instance of string JSON data
Source position: fpjson.pp line 280
public constructor TJSONString.Create( |
const AValue: TJSONStringType |
); |
AValue |
|
Initial string value. |
Create instantiates a new string JSON data and initializes the value with AValue. Currently the implementation uses an ansi string to hold the data. This means that to correctly hold unicode data, a UTF-8 encoding must be used.
|
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 boolean JSON data |
|
TJSONNull.Create |
||
|
Create a new instance of JSON array data. |
|
|
Create a new instance of JSON object data. |