Unit 'JsonWriter' Package
[Overview][Classes][Index] [#fcl]

TAbstractJSONWriter.EndArray

End writing a JSON array

Declaration

Source position: jsonwriter.pp line 60

public procedure TAbstractJSONWriter.EndArray; virtual; abstract;

Description

EndArray ends writing a JSON array. This method must be called after StartArray and any array elements to complete the array writing sequence. This is an abstract method that must be implemented by derived classes.

See also

StartArray

  

Start writing a JSON array

NextElement

  

Prepare for the next element in a JSON array

WriteValue

  

Write a JSON value to the output


Documentation generated on: Jan 27 2026