Start writing a JSON object
Source position: jsonwriter.pp line 62
public procedure TAbstractJSONWriter.StartObject; virtual; abstract; |
StartObject begins writing a JSON object. This method must be followed by zero or more WriteProperty calls, and then EndObject. This is an abstract method that must be implemented by derived classes.
|
End writing a JSON object |
|
|
Write a named property to a JSON object |
|
|
Start writing a property in a JSON object |