JSON and Rust

JSON is used everywhere so being able to serialized and deserialize JSON is very important in Rustlang as well.

JSON is used everywhere so being able to serialized and deserialize JSON is very important in Rust as well. The two tools used for this are serde and serde_json. In this series of articles we'll see how to use them to work with JSON in Rust.