[Gambas-user] Issue 473 in gambas: JSON Encode/Decode: JSONObject -> Collection drops relevant empty strings/null values from input request.
gambas at ...2524...
gambas at ...2524...
Sun Nov 3 14:35:28 CET 2013
Updates:
Status: Fixed
Comment #3 on issue 473 by benoit.m... at ...626...: JSON Encode/Decode:
JSONObject -> Collection drops relevant empty strings/null values from
input request.
http://code.google.com/p/gambas/issues/detail?id=473
It should be fixed in revision #5936.
Now JSON.Decode() takes a new optional argument that tells if you don't
want to loose 'null' values in JSON objects.
This is based on a new JSONCollection class that inherits Collection, and
allows NULL values to be stored.
--
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