Start writing a JSON array
Source position: jsonwriter.pp line 125
public procedure TJSONStreamWriter.StartArray; override; |
StartArray writes the opening bracket '[' to the stream and initializes element counting for the array. The element counter is used to properly place commas between array elements.
|
End writing a JSON array |
|
|
Prepare for the next element in a JSON array |