[This page](https://docs.serde.rs/serde_json/fn.from_value.html) should additionally show an example of deserializing from &Value. ```rust let u = User::deserialize(&j)?; ```