End writing a JSON object
Source position: jsonwriter.pp line 82
public procedure TJSONDataWriter.EndObject; override; |
EndObject completes the writing of a JSON object by popping the current object from the internal stack. This method must be called after StartObject and any object properties.
|
Start writing a JSON object |
|
|
Start writing a property in a JSON object |