goccy / go-yaml

YAML support for the Go language
MIT License
1.12k stars 129 forks source link

support custom unmarshalling for map keys #453

Closed KSpaceer closed 2 months ago

KSpaceer commented 2 months ago

Close #452

Checking if map key supports any unmarshalling interface and using it to decode the key before falling back to getting node value and converting it to key type

goccy commented 2 months ago

Thank you for your great PR !!! LGTM 👍