[Gambas-user] Issue 517 in gambas: JSON.Decode incorrectly converts Integer data-type to Float

gambas at ...2524... gambas at ...2524...
Sun Mar 30 10:29:58 CEST 2014


Comment #6 on issue 517 by uAle... at ...626...: 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




More information about the User mailing list