End writing a JSON object
Source position: jsonwriter.pp line 129
public procedure TJSONStreamWriter.EndObject; override; |
EndObject writes the closing brace '}' to the stream and pops the element counter for the object. This method completes the object writing sequence started with StartObject.
|
Start writing a JSON object |
|
|
Start writing a property in a JSON object |