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

IJSONConsumer.StartArray

Processes the start of a JSON array

Declaration

Source position: jsonreader.pp line 148

procedure IJSONConsumer.StartArray;

Description

StartArray is called when the beginning of a JSON array is encountered during parsing. This corresponds to opening square brackets in the JSON data. Implementers should handle the start of the array according to their processing requirements.

Errors

Implementation-specific error handling.

See also

EndArray

  

Processes the end of a JSON array


Documentation generated on: Jan 27 2026