How to deserialize json that is either string or an object in Kotlin?
I have json that can either be a string or an object. How do I deserialize this in Kotlin?
I have json that can either be a string or an object. How do I deserialize this in Kotlin?