String type used in JSON unit.
Source position: fpjson.pp line 65
type TJSONStringType = UTF8String; |
TJSONFloat is the string point type used in the JSON support. It is currently an ansistring, but this can be changed easily. Unicode characters can be encoded with UTF-8.
|
Class to represent string JSON data. |
|
|
Access the raw JSON value as a string. |