Unit 'JsonReader' Package
[Overview][Types][Classes][Index] [#fcl]

EJSONParser

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception class for JSON parsing errors

Declaration

Source position: jsonreader.pp line 176

type EJSONParser = class(EParserError)

Inheritance

EJSONParser

  

Exception class for JSON parsing errors

|

EParserError

|

Exception

|

TObject

Description

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.

See also

TBaseJSONReader

  

Abstract base class for JSON readers

TJSONEventReader

  

Event-based JSON reader that fires events for JSON elements

TJSONConsumerReader

  

JSON reader that uses an IJSONConsumer for processing


Documentation generated on: Jan 27 2026