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

TJSONStreamWriter.EndArray

End writing a JSON array

Declaration

Source position: jsonwriter.pp line 126

public procedure TJSONStreamWriter.EndArray; override;

Description

EndArray writes the closing bracket ']' to the stream and pops the element counter for the array. This method completes the array writing sequence started with StartArray.

See also

StartArray

  

Start writing a JSON array

NextElement

  

Prepare for the next element in a JSON array


Documentation generated on: Jan 27 2026