Start writing a property in a JSON object
Source position: jsonwriter.pp line 57
public procedure TAbstractJSONWriter.StartProperty( |
const aName: string |
); virtual; abstract; |
aName |
|
The name of the property to start writing |
StartProperty begins writing a property in a JSON object. This method must be followed by a WriteValue call and then EndProperty. This is an abstract method that must be implemented by derived classes.
|
End writing a property in a JSON object |
|
|
Write a JSON value to the output |
|
|
Write a named property to a JSON object |