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(types): add default derive to json wrapper #1093

Merged
merged 1 commit into from
Jan 15, 2024
Merged

feat(types): add default derive to json wrapper #1093

merged 1 commit into from
Jan 15, 2024

Conversation

TroyKomodo
Copy link
Contributor

Adds a Default impl for Json<T> where T: Default allowing for other structs to use the wrapper and implement Default.

Adds a Default impl for `Json<T> where T: Default` allowing for other
structs to use the wrapper and implement Default.
@sfackler sfackler merged commit e8f44ec into sfackler:master Jan 15, 2024
@TroyKomodo TroyKomodo deleted the troy/add-default-json branch January 15, 2024 16:49
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