Hello, how to slove the problem: From Json Number ...
# multiplatform
x
Hello, how to slove the problem: From Json Number 1.0 to Kotlin Int: https://github.com/Kotlin/kotlinx.serialization/issues/1653
p
Usually such things are a non issue for me as I have a dto layer and do a mapping to domain objects. So any weirdness of the received data format can be transformed in the data layer.
👌 1