Hi, I'm trying to deserielize content using ktor a...
# serialization
a
Hi, I'm trying to deserielize content using ktor and kotlinx.serialization, and I'm getting a very weird
Illegal Input
when I get a response that is an empty array, so just
[]
, that should totally not create that error right ?
d
Sounds like a ktor problem. Which version are you using?
a
2.1.1
also the illegal input is more exactly
Copy code
[
]
and not
[]
d
Are you able to reproduce without ktor?
a
No I can't, so I guess I'll move to #ktor 🙂