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

Update to serde_json 0.9 #601

Closed
dtolnay opened this Issue Jan 31, 2017 · 2 comments

Comments

Projects
None yet
3 participants
@dtolnay

dtolnay commented Jan 31, 2017

I noticed that #561 merged recently and is using serde_json 0.8. The serde_json::Value enum is much nicer to work with in 0.9, including easy indexing value["address"]["city"] and a json! macro for constructing them in a nice way.

Release notes: https://github.com/serde-rs/json/releases/tag/v0.9.0

@killercup

This comment has been minimized.

Member

killercup commented Jan 31, 2017

Shouldn't be too much work.

cc @emk

@sgrif

This comment has been minimized.

Member

sgrif commented Feb 1, 2017

If we're able to do a version range that supports both without much additional work that would be preferable

@sgrif sgrif closed this in 18b60c4 Feb 2, 2017

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