Parse JSON with Rust & Serde

Опубликовано: 14 Май 2026
на канале: Josiah Parry
3,807
99

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