Prepare for the next element in a JSON array
Source position: jsonwriter.pp line 84
public procedure TJSONDataWriter.NextElement; override; |
NextElement validates that the current context is appropriate for writing the next array element. This method must be called before each value when writing array elements.
EJSONWriter is raised if the current value is not a structured value.
|
Start writing a JSON array |
|
|
End writing a JSON array |
|
|
Exception class for JSON writing errors |