Free the JSON array.
Source position: fpjson.pp line 550
public destructor TJSONArray.Destroy; override; |
Destroy will delete all elements in the array and clean up the TJSONArray instance.
|
Clear the array. |
|
|
Create a new instance of JSON array data. |