End writing a JSON array
Source position: jsonwriter.pp line 60
public procedure TAbstractJSONWriter.EndArray; virtual; abstract; |
EndArray ends writing a JSON array. This method must be called after StartArray and any array elements to complete the array writing sequence. This is an abstract method that must be implemented by derived classes.
|
Start writing a JSON array |
|
|
Prepare for the next element in a JSON array |
|
|
Write a JSON value to the output |