You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use a special None type, to convert missing values, or nulls, to my own special type. I've found the preserveNull: true option, but this still seems to skip deserialization and just carry the null forward. And more than that, I'd like to convert all missing fields to a special None type.
The text was updated successfully, but these errors were encountered:
I'd like to use a special
None
type, to convert missing values, ornulls
, to my own special type. I've found thepreserveNull: true
option, but this still seems to skip deserialization and just carry the null forward. And more than that, I'd like to convert all missing fields to a specialNone
type.The text was updated successfully, but these errors were encountered: