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

TAbstractJSONWriter.StartObject

Start writing a JSON object

Declaration

Source position: jsonwriter.pp line 62

public procedure TAbstractJSONWriter.StartObject; virtual; abstract;

Description

StartObject begins writing a JSON object. This method must be followed by zero or more WriteProperty calls, and then EndObject. This is an abstract method that must be implemented by derived classes.

See also

EndObject

  

End writing a JSON object

WriteProperty

  

Write a named property to a JSON object

StartProperty

  

Start writing a property in a JSON object


Documentation generated on: Jan 27 2026