Destroy the writer and free any created JSON data
Source position: jsonwriter.pp line 80
public destructor TJSONDataWriter.destroy; override; |
destroy destroys the TJSONDataWriter instance and frees any JSON data that has not been extracted. If JSON data was created but not extracted using ExtractData, it will be freed to prevent memory leaks.
|
Extract the created JSON data tree |