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

TJSONDataWriter.EndArray

End writing a JSON array

Declaration

Source position: jsonwriter.pp line 81

public procedure TJSONDataWriter.EndArray; override;

Description

EndArray completes the writing of a JSON array by popping the current array from the internal stack. This method must be called after StartArray and any array elements.

See also

StartArray

  

Start writing a JSON array

NextElement

  

Prepare for the next element in a JSON array


Documentation generated on: Jan 27 2026