Closed yezyilomo closed 3 years ago
Currently, the empty string ("") is a valid value for nested fields, it's equivalent to None(null). But this behavior does not make sense to users since, in reality, the empty string doesn't correspond to None in any way, so we're going to drop it.
""
None
null
Currently, the empty string (
""
) is a valid value for nested fields, it's equivalent toNone
(null
). But this behavior does not make sense to users since, in reality, the empty string doesn't correspond toNone
in any way, so we're going to drop it.