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

IJSONConsumer.EndArray

Processes the end of a JSON array

Declaration

Source position: jsonreader.pp line 149

procedure IJSONConsumer.EndArray;

Description

EndArray is called when the end of a JSON array is encountered during parsing. This corresponds to closing square brackets in the JSON data. Implementers should handle the end of the array according to their processing requirements.

Errors

Implementation-specific error handling.

See also

StartArray

  

Processes the start of a JSON array


Documentation generated on: Jan 27 2026