Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Myeongwon-Kang opened this issue Nov 3, 2023 · 1 comment

Comments

@Myeongwon-Kang
Copy link

Myeongwon-Kang commented Nov 3, 2023

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

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

Environment

  • Kotlin version: [e.g. 1.8.22]
  • Library version: [e.g. 1.6.0]
  • Kotlin platforms: [Android]
  • Gradle version: [gradle-8.2.1]
  • IDE version (Android Studio]
  • Other relevant context [e.g. OS version, JRE version, ... ]
@Myeongwon-Kang Myeongwon-Kang changed the title kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 201: EOF kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 201: EOF Nov 3, 2023
@Myeongwon-Kang Myeongwon-Kang reopened this Nov 3, 2023
@sandwwraith
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants