End writing a property in a JSON object
Source position: jsonwriter.pp line 124
public procedure TJSONStreamWriter.EndProperty; override; |
EndProperty completes the property writing sequence. This method performs no action for stream writers as the property is considered complete after the value is written.
|
Start writing a property in a JSON object |