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

IJSONConsumer.StartObject

Processes the start of a JSON object

Declaration

Source position: jsonreader.pp line 146

procedure IJSONConsumer.StartObject;

Description

StartObject is called when the beginning of a JSON object is encountered during parsing. This corresponds to opening curly braces in the JSON data. Implementers should handle the start of the object according to their processing requirements.

Errors

Implementation-specific error handling.

See also

EndObject

  

Processes the end of a JSON object


Documentation generated on: Jan 27 2026