| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Clone string value
Source position: fpjson.pp line 350
public function TJSONString.Clone: TJSONData; override;  | 
New instance of TJSONString with the same string value
Clone overrides TJSONData.Clone and creates an instance of the same class with the same string value.
  | 
Duplicate the value of the JSON data  |