Remove item by instance.
Source position: fpjson.pp line 762
| public procedure TJSONObject.Remove( | 
| Item: TJSONData | 
| ); | 
| Item | 
 | Item to remove. | 
Remove will locate the value Item in the list of values, and removes it if it exists. The item is freed.
| 
 | Delete an element from the list by index. | |
| 
 | Extract an element from the object. |