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

TAbstractJSONWriter.StartArray

Start writing a JSON array

Declaration

Source position: jsonwriter.pp line 59

public procedure TAbstractJSONWriter.StartArray; virtual; abstract;

Description

StartArray begins writing a JSON array. This method must be followed by zero or more NextElement and WriteValue calls, and then EndArray. This is an abstract method that must be implemented by derived classes.

See also

EndArray

  

End 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