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

feat: support unmarshalling custom structs with json.Unmarshaller #5

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

rhnvrm
Copy link
Member

@rhnvrm rhnvrm commented Feb 14, 2022

This commit adds support for unmarshalling custom structs which
implement the json.Unmarshaller interface. This allows fastglue.ScanArgs
to be able to decode custom structs as well if they implement the
UnmarshalJSON method on them.

This commit adds support for unmarshalling custom structs which
implement the json.Unmarshaller interface. This allows fastglue.ScanArgs
to be able to decode custom structs as well if they implement the
UnmarshalJSON method on them.
@knadh knadh merged commit c37f5ba into master Feb 14, 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.

2 participants