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

TJSONConsumerReader.Consumer

JSON consumer object that processes parsed elements

Declaration

Source position: jsonreader.pp line 173

public property TJSONConsumerReader.Consumer : IJSONConsumer
  read FConsumer
  write FConsumer;

Description

Consumer specifies the IJSONConsumer object that will process JSON elements as they are parsed. When assigned, the consumer's methods are called for each JSON element type encountered during parsing. If no consumer is assigned, the parsing will proceed but no processing will occur.

See also

IJSONConsumer

  

Interface for JSON data consumers


Documentation generated on: Jan 27 2026