Unit 'fpjson' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TJSONObject.Clone

Clone the JSON object.

Declaration

Source position: fpjson.pp line 704

public function TJSONObject.Clone: TJSONData; override;

Function result

Cloned TJSONObject instance.

Description

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.

See also

TJSONData.Clone

  

Duplicate the value of the JSON data.


Documentation generated on: Jan 30 2024