Clone the JSON object.
Source position: fpjson.pp line 706
public function TJSONObject.Clone: TJSONData; override; |
Cloned TJSONObject instance.
Clone creates a new TJSONObject, clones all elements in the array and adds them to the newly created array with the same names as they were in the array.
|
Duplicate the value of the JSON data. |