Clone boolean value.
Source position: fpjson.pp line 462
| public function TJSONBoolean.Clone: TJSONData; override; | 
New instance of TJSONBoolean with the same boolean value.
Clone overrides TJSONData.Clone and creates an instance of the same class with the same boolean value.
| 
 | Duplicate the value of the JSON data. |