Return a JSON representation of the value.
Source position: fpjson.pp line 207
|  public property TJSONData.AsJSON : TJSONStringType | 
AsJSON returns a JSON representation of the value of the data. For simple values, this is just a textual representation of the object. For objects and arrays, this is an actual JSON Object or JSON Array.
| 
 | Access the raw JSON value as a float. | |
| 
 | The value of this data object as a variant. | |
| 
 | Access the raw JSON value as an 64-bit integer. | |
| 
 | Access the raw JSON value as a string. | |
| 
 | Access the raw JSON value as an 32-bit integer. | |
| 
 | Access the raw JSON value as a boolean. | |
| 
 | Return a JSON representation of the value. |