Comment #6 on issue 517 by [email protected]: JSON.Decode incorrectly
converts Integer data-type to Float
http://code.google.com/p/gambas/issues/detail?id=517
@Benoit:
Currently a Gambas datatype float is written in json as:
{ "value": 2.2 }
{ "value": 2.5 }
{ "value": 2 }
Can the "2" also be written as "2.0"? This makes it possible for the other
application to detect if it is a possible float or not.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user