Clone string value.
Source position: fpjson.pp line 428
| 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. |