[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception class for JSON parsing errors
Source position: jsonreader.pp line 176
type EJSONParser = class(EParserError) |
|
Exception class for JSON parsing errors |
|
| | | ||
| | | ||
| | | ||
EJSONParser is raised when JSON parsing errors are encountered. It inherits from EParserError and provides specific error information for JSON syntax violations and parsing problems. The exception includes details about the location of the error in the JSON input, including line and column information.
|
Abstract base class for JSON readers |
|
|
Event-based JSON reader that fires events for JSON elements |
|
|
JSON reader that uses an IJSONConsumer for processing |