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

fix: an incompatible behavior on map key decoder #353

Merged
merged 1 commit into from Mar 24, 2022

Conversation

orisano
Copy link
Sponsor Contributor

@orisano orisano commented Mar 24, 2022

fix #342
The map key decoder has an incompatible behavior when the type kind is string and the type has UnmarshalJSON.

fix goccy#342
The map key decoder has an incompatible behavior when the type kind is string and the type has UnmarshalJSON.
@goccy
Copy link
Owner

goccy commented Mar 24, 2022

LGTM !

@goccy goccy merged commit 7cb5120 into goccy:master Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic: json: cannot unmarshal object into Go struct field Payload.Data of type main.Key
2 participants