Title
a

Ayfri

09/17/2022, 12:29 PM
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
[

]
I get an error
io.ktor.serialization.JsonConvertException: Illegal input
, which doesn't occur when using only
kotlinx.serialization
a

Aleksei Tirman [JB]

09/28/2022, 10:44 AM
Could you please share a code snippet to reproduce your problem?
a

Ayfri

09/28/2022, 10:53 AM
Nevermind it was from another error that I was not seeing