End writing a property in a JSON object
Source position: jsonwriter.pp line 83
public procedure TJSONDataWriter.EndProperty; override; |
EndProperty validates that the current context is appropriate for ending a property. This method must be called after StartProperty and a value has been written.
EJSONWriter is raised if the current value is not a structured value.
|
Start writing a property in a JSON object |
|
|
Exception class for JSON writing errors |