Start writing a property in a JSON object
Source position: jsonwriter.pp line 87
public procedure TJSONDataWriter.StartProperty( |
const aName: string |
); override; |
aName |
|
The name of the property to start writing |
StartProperty sets the property name for the next value to be written to a JSON object. This method must be followed by a value write operation and EndProperty.
EJSONWriter is raised if a property name is already set.
|
End writing a property in a JSON object |
|
|
Exception class for JSON writing errors |