Kotlin newbie here. What is the recommended Kotlin...
# getting-started
a
Kotlin newbie here. What is the recommended Kotlin way to handle nullable JSON objects when deserializing JSON? Should it map to a nullable type like Java does or is there a better way?