Character type used in parsing.
Source position: fpjson.pp line 68
type TJSONCharType = AnsiChar;
TJSONCharType is the type of a single character in a TJSONStringType string. It is used by the parser.
TJSONStringType
String type used in JSON unit.