Create a new instance of string JSON data.
Source position: fpjson.pp line 422
| public constructor TJSONString.Create( | 
| const AValue: TJSONStringType | 
| ); | 
| const AValue: TJSONUnicodeStringType | 
| ); | 
| AValue | 
 | Initial string value. | 
| 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. | |
| 
 | Create a new instance of JSON array data. | |
| 
 | Create a new instance of JSON object data. |