ghkweon / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

TdwsJSONValue.Clone #316

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A Clone method would be useful to have on TdwsJSONValue.

Its implementation could be as simple as:

result := TdwsJSONValue.Parse(self.ToString);

Original issue reported on code.google.com by masonwhe...@gmail.com on 6 Dec 2012 at 7:20

GoogleCodeExporter commented 8 years ago
Argh. ParseString, even.  (Why doesn't Google Code let me edit things when I 
make a silly typo?) :(

Original comment by masonwhe...@gmail.com on 6 Dec 2012 at 7:21

GoogleCodeExporter commented 8 years ago
Added

Original comment by zar...@gmail.com on 13 Dec 2012 at 11:13