Exception class for JSON parsing errors
Source position: jsonparser.pp line 56
type EJSONParser = jsonReader.EJSONParser; |
EJSONParser is an alias for the JSON parser exception class defined in the jsonreader unit. It is raised when syntax errors or other parsing problems are encountered during JSON parsing.
|
Exception class for JSON parsing errors |