Start writing a JSON object
Source position: jsonwriter.pp line 86
public procedure TJSONDataWriter.StartObject; override; |
StartObject creates a new TJSONObject and pushes it onto the internal stack. This method begins the writing of a JSON object structure.
|
End writing a JSON object |
|
|
Start writing a property in a JSON object |
|
|
Class of TJSONObject. |