JSON consumer object that processes parsed elements
Source position: jsonreader.pp line 173
public property TJSONConsumerReader.Consumer : IJSONConsumer |
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.
|
Interface for JSON data consumers |