[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Character type used in parsing
Source position: fpjson.pp line 34
type TJSONCharType = AnsiChar; |
TJSONCharType is the type of a single character in a TJSONStringType string. It is used by the parser.
|
String type used in JSON unit |