Flush any pending output to the destination
Source position: jsonwriter.pp line 64
public procedure TAbstractJSONWriter.Flush; virtual; abstract; |
Flush ensures that all pending JSON data is written to the destination. This method should be called when the JSON writing is complete or when intermediate flushing is required. This is an abstract method that must be implemented by derived classes.