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

TJSONDataWriter.StartArray

Start writing a JSON array

Declaration

Source position: jsonwriter.pp line 85

public procedure TJSONDataWriter.StartArray; override;

Description

StartArray creates a new TJSONArray and pushes it onto the internal stack. This method begins the writing of a JSON array structure.

See also

EndArray

  

End writing a JSON array

NextElement

  

Prepare for the next element in a JSON array

TJSONArray

  

Class of TJSONArray.


Documentation generated on: Jan 27 2026