End writing a property in a JSON object
Source position: jsonwriter.pp line 58
public procedure TAbstractJSONWriter.EndProperty; virtual; abstract; |
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.
|
Start writing a property in a JSON object |
|
|
Write a JSON value to the output |
|
|
Write a named property to a JSON object |