Hi guys, im fetching a api endpoint and the data l...
# multiplatform
j
Hi guys, im fetching a api endpoint and the data looks like this.
Copy code
{
  "-LzAGaZtoPN702hIyUPh": {
    "isActive": true
  }
}
I wonder how can i get the dynamic key? Thanks!
t
Well, I think the question is not related to Kotlin. Also if you’re looking for a solution for a specific problem, ask StackOverflow please.
j
Im trying to deserialize the endpoint using kotlinx.serialization. Thanks anyway
t
Okay.. There’s a channel for that. #serialization