Start writing a JSON object
Source position: jsonwriter.pp line 128
public procedure TJSONStreamWriter.StartObject; override; |
StartObject writes the opening brace '{' to the stream and initializes element counting for the object. The element counter is used to properly place commas between object properties.
|
End writing a JSON object |
|
|
Start writing a property in a JSON object |