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.
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.