Kotlin Serialization: How to handle null values in a custom serializer
In my API, there are many JSON values that come as a JSON object with value
, description
, such as this:
Kotlin Serialization: How to handle null values in a custom serializer
In my API, there are many JSON values that come as a JSON object with value
, description
, such as this: