Unit 'JsonWriter' Package
[Overview][Classes][Index] [#fcl]

TJSONStreamWriter.EndObject

End writing a JSON object

Declaration

Source position: jsonwriter.pp line 129

public procedure TJSONStreamWriter.EndObject; override;

Description

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.

See also

StartObject

  

Start writing a JSON object

StartProperty

  

Start writing a property in a JSON object


Documentation generated on: Jan 27 2026