[Gambas-bugtracker] Bug #1686: A deep copy of a JSONCollection returns a Collection.
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sun Nov 24 21:02:46 CET 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1686&from=L21haW4-
Laurent CARLIER reported a new bug.
Summary
-------
A deep copy of a JSONCollection returns a Collection.
Type : Bug
Priority : Low
Gambas version : Master
Product : Web components
Description
-----------
Sample code that expose the bug:
--8<--
Dim oColl as JSONCollection
oColl = JSON.Decode("{ \"test\" : \"bug\", \"noValue\" : \"\" }", True)
Print oColl.Copy()
-->8--
System information
------------------
^^
More information about the Bugtracker
mailing list