Prepare for the next element in a JSON array
Source position: jsonwriter.pp line 61
public procedure TAbstractJSONWriter.NextElement; virtual; abstract; |
NextElement prepares for writing the next element in a JSON array. This method should be called before each WriteValue call when writing array elements. This is an abstract method that must be implemented by derived classes.
|
Start writing a JSON array |
|
|
End writing a JSON array |
|
|
Write a JSON value to the output |