Start writing a JSON array
Source position: jsonwriter.pp line 85
public procedure TJSONDataWriter.StartArray; override; |
StartArray creates a new TJSONArray and pushes it onto the internal stack. This method begins the writing of a JSON array structure.
|
End writing a JSON array |
|
|
Prepare for the next element in a JSON array |
|
|
Class of TJSONArray. |