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

Implement IntoDeserializer for Value #591

Merged
merged 1 commit into from
Dec 4, 2019

Conversation

erickt
Copy link
Member

@erickt erickt commented Dec 4, 2019

This allows users to deserialize from types like HashMap<String, Value>.

#423

This allows users to deserialize from types like `HashMap<String, Value>`.
@erickt erickt requested a review from dtolnay December 4, 2019 18:43
Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! Thank you.

@dtolnay dtolnay merged commit 4ae13a5 into serde-rs:master Dec 4, 2019
@dtolnay
Copy link
Member

dtolnay commented Dec 4, 2019

Published in serde_json 1.0.44.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants