TL;DR
Learn how to serialize and deserialize data structures to and from JSON using the serde and serde_json crates
Key concepts
- Rust serde JSON
- Rust serialize deserialize
- Rust JSON parsing
- Rust serde derive
- Rust data formats
TL;DR
Learn how to serialize and deserialize data structures to and from JSON using the serde and serde_json crates
Key concepts