kotlinx.serialization
kotlinx.serialization copied to clipboard
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 201: EOF
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, ... ]
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.