Clear the array.
Source position: fpjson.pp line 570
| public procedure TJSONArray.Clear; override; | 
Clear clears the array and frees all elements in it. After the call to clear, Count returns 0.
| 
 | Delete an element from the list by index. | |
| 
 | Extract an element from the array. |