2my / test-data-control

Automatically exported from code.google.com/p/test-data-control
Apache License 2.0
0 stars 0 forks source link

null handling #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Exporting when value is null yields "null" in json value, it should be null, or 
better to omit this value.

When importing that data I found that:
null yields JSONObject$Null
"null" yields String "null"
Both these faied when column is integer type

Original issue reported on code.google.com by t...@antares.no on 14 Jun 2012 at 9:14

GoogleCodeExporter commented 9 years ago
The String "null" probably stems from JSONObject.Null

Original comment by t...@antares.no on 14 Jun 2012 at 12:28