-
Notifications
You must be signed in to change notification settings - Fork 25
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
error decoding map: key is not a valid map index #287
Comments
What does |
it was |
Hmmm doesn't |
I'm doing this in a kotlin scratch file, if that matters.
output is |
That definitely is a bug in the decoding process, I'd have to look at the source in an IDE to see where it is thrown from. I haven't used ktoml for a while as I've hit a roadblock bug and had to migrate to tomlkt... |
Yeah, right now I am very lazily support this project, hope I will have some time to return back to it. |
Sure, I'll dig into it once I find some free time |
I tried this:
It throws an
IllegalArgumentException: key is not a valid map index
.This seems so simple that maybe I'm using it wrong?
It works fine with
Json
serialization.The text was updated successfully, but these errors were encountered: