Prepare for the next element in a JSON array
Source position: jsonwriter.pp line 127
public procedure TJSONStreamWriter.NextElement; override; |
NextElement writes a comma to the stream if this is not the first element in the array. This method increments the element counter and ensures proper comma placement between array elements.
|
Start writing a JSON array |
|
|
End writing a JSON array |