> kotlinx.serialization.json.internal.JsonDecod...
# ktor
j
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 82: Expected string literal with quotes.
c
Doesn’t it explain the problem? Looks like the json is not correct
there are several non-standard things in json that need to be explicitly enabled in kotlinx.serialization
j
@cy It isn’t explicit as looking at the logs seems like ktor is not processing the whole response. It was indeed a model that wasn’t correct.
Thanks for your time and response 🙏