End writing a JSON array
Source position: jsonwriter.pp line 81
public procedure TJSONDataWriter.EndArray; override; |
EndArray completes the writing of a JSON array by popping the current array from the internal stack. This method must be called after StartArray and any array elements.
|
Start writing a JSON array |
|
|
Prepare for the next element in a JSON array |