Pointer to TJSONCharType, used in parsing.
Source position: fpjson.pp line 70
| 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. |