End writing a JSON object
Source position: jsonwriter.pp line 63
public procedure TAbstractJSONWriter.EndObject; virtual; abstract; |
EndObject ends writing a JSON object. This method must be called after StartObject and any object properties to complete the object writing sequence. This is an abstract method that must be implemented by derived classes.
|
Start writing a JSON object |
|
|
Write a named property to a JSON object |
|
|
Start writing a property in a JSON object |