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

TJSONStreamWriter.StartObject

Start writing a JSON object

Declaration

Source position: jsonwriter.pp line 128

public procedure TJSONStreamWriter.StartObject; override;

Description

StartObject writes the opening brace '{' to the stream and initializes element counting for the object. The element counter is used to properly place commas between object properties.

See also

EndObject

  

End writing a JSON object

StartProperty

  

Start writing a property in a JSON object


Documentation generated on: Jan 27 2026