kotlinx.serialization icon indicating copy to clipboard operation
kotlinx.serialization copied to clipboard

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

Open Myeongwon-Kang opened this issue 2 years ago • 1 comments

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 avatar Nov 03 '23 05:11 Myeongwon-Kang

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.

sandwwraith avatar Nov 03 '23 13:11 sandwwraith