Start writing a JSON array
Source position: jsonwriter.pp line 59
public procedure TAbstractJSONWriter.StartArray; virtual; abstract; |
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.
|
End writing a JSON array |
|
|
Prepare for the next element in a JSON array |
|
|
Write a JSON value to the output |