tseisel
12/05/2020, 11:47 AM{
"some_random_key": [ /* interesting payload */ ]
}
// I'd like to use it automatically when deserializing list of foos.
val foos = httpClient.get<List<Foo>>(url)
I'm using Ktor Client with Moshi, and I'd like to replace it with kotlinx.serialization.