End writing a JSON array
Source position: jsonwriter.pp line 126
public procedure TJSONStreamWriter.EndArray; override; |
EndArray writes the closing bracket ']' to the stream and pops the element counter for the array. This method completes the array writing sequence started with StartArray.
|
Start writing a JSON array |
|
|
Prepare for the next element in a JSON array |