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

IJSONConsumer.EndObject

Processes the end of a JSON object

Declaration

Source position: jsonreader.pp line 147

procedure IJSONConsumer.EndObject;

Description

EndObject is called when the end of a JSON object is encountered during parsing. This corresponds to closing curly braces in the JSON data. Implementers should handle the end of the object according to their processing requirements.

Errors

Implementation-specific error handling.

See also

StartObject

  

Processes the start of a JSON object


Documentation generated on: Jan 27 2026