[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Pointer to TJSONCharType, used in parsing
Source position: fpjson.pp line 35
type PJSONCharType = ^TJSONCharType; |
PJSONCharType is a pointer to a TJSONCharType character. It is used while parsing JSON.
|
String type used in JSON unit |
|
|
Character type used in parsing |