You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
zzyyppqq
changed the title
kotlinx.serialization.json.internal.JsonDecodingException
Does retrofit2 + kotlinx-serialization support returning MutableMap<String, String?>
Aug 29, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does retrofit2 + kotlinx-serialization support returning MutableMap<String, String?>
After testing, retrofit2 + converter-gson is supported
Unexpected JSON token at offset 49: Unexpected 'null' value instead of string literal at path: $['language']
JSON input: {"name":"kotlinx.serialization", "language": null}
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 49: Unexpected 'null' value instead of string literal at path: $['language']
JSON input: {"name":"kotlinx.serialization", "language": null}
response json:
The text was updated successfully, but these errors were encountered: