Kotlin / kotlinx.serialization

Kotlin multiplatform / multi-format serialization
Apache License 2.0
5.42k stars 620 forks source link

kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 201: EOF #2494

Open Myeongwon-Kang opened 1 year ago

Myeongwon-Kang commented 1 year ago

Describe the bug "It died while decoding using the && symbol."

To Reproduce Attach a code snippet or test data if possible.

Environment

sandwwraith commented 1 year ago

Usually, Unexpected token: EOF means that input ended unexpectedly without a closing quote in key or value, so it is an invalid Json. To understand the issue, you'll need to attach a string input and data scheme.