Pybites Logo Rust Platform

Json Serialization

Level: medium (score: 3)

💡 Individual exercises are great, but nothing beats building a real-world app with Rust. Check out our Rust Intro Cohort Program!

Update the serialize_person function to convert a Person instance to Json.

Update the deserialize_person function to convert a Json string to a Person instance.