Parsing JSON in Rust is easy with the serde and serde_json crates.
In this video we'll parse a json file of todo tasks. You'll learn how to create a struct, derive Deserialize and Serialize to work with serde as well as how to use serde_json to process text into your struct.
Rust Code: https://gist.github.com/JosiahParry/c...
Twitter: / josiahparry
GitHub: https://github.com/josiahParry
LinkedIn: / josiahparry