Is there any way I could capture the difference between `null` value in a JSON and an omitted key in...
p
Is there any way I could capture the difference between
null
value in a JSON and an omitted key in JSON when deserializing? Currently both map to Kotlin
null
.