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

TJSONEventReader.OnEndObject

Event fired when a JSON object ends

Declaration

Source position: jsonreader.pp line 131

public property TJSONEventReader.OnEndObject : TNotifyEvent
  read FOnEndObject
  write FOnEndObject;

Description

OnEndObject is fired when the end of a JSON object is encountered during parsing. The event handler receives the sender object as parameter. This event corresponds to closing curly braces in JSON data.

See also

OnStartObject

  

Event fired when a JSON object begins

TNotifyEvent


Documentation generated on: Jan 27 2026