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

TAbstractJSONWriter.EndProperty

End writing a property in a JSON object

Declaration

Source position: jsonwriter.pp line 58

public procedure TAbstractJSONWriter.EndProperty; virtual; abstract;

Description

EndProperty ends writing a property in a JSON object. This method must be called after StartProperty and WriteValue to complete the property writing sequence. This is an abstract method that must be implemented by derived classes.

See also

StartProperty

  

Start writing a property in a JSON object

WriteValue

  

Write a JSON value to the output

WriteProperty

  

Write a named property to a JSON object


Documentation generated on: Jan 27 2026