Closed skion closed 7 years ago
Currently, None (null) values in the data dictionary end up being serialized as a string "None", which is likely not what you expect. This change sets those fields to blank strings instead.
None
"None"
Currently,
None
(null) values in the data dictionary end up being serialized as a string"None"
, which is likely not what you expect. This change sets those fields to blank strings instead.