coming soon in Jackson 2.8.0 with the Kotlin module:
- deserialization using constructors or factories that have default values for parameters can now use the default values when the property is missing in the JSON.
- deserialization now checks Kotlin nullability instead of stuffing in null values without knowing if they are valid
Snapshot releases will be available soon.