Hi, while trying to deserialize an array of data, ...
# ktor
a
Hi, while trying to deserialize an array of data, I got an error when trying to deserialize an empty JSON array that was sent with
prettyPrint
, so
Copy code
[

]
I get an error
io.ktor.serialization.JsonConvertException: Illegal input
, which doesn't occur when using only
kotlinx.serialization
a
Could you please share a code snippet to reproduce your problem?
a
Nevermind it was from another error that I was not seeing
647 Views