Yardenavirav
04/08/2021, 11:04 PMJsonDecodingException
is produced BECAUSE of that property? I can workaround it by using a custom serializer for that property but it's quite an overhead. e.g - for this data class data class AA(val a: Int = 0)
and this json {"a":"N/A"}
I will get this output AA(a = 0)
despite it failed to decode it.hallvard
04/12/2021, 6:19 AMYardenavirav
04/29/2021, 3:18 AMhallvard
04/29/2021, 10:24 AM