I am going through very strange and small issue. I have one data class which I am using for Json parsing. That data class (Json) has one attribute
val isExpired: Boolean
but after response creation its not taking isExpired as key. It's always changing it to expried.
"expired": false