JSON
- Serde for JSON
- Read Simple JSON file manually
- Read Simple JSON file into a struct
- Read JSON file using from_reader manually
- Read JSON file using from_reader to a struct
- Read complex JSON
- JSON files - missing fields
- Read JSON handle missing fields - set defaults
- Read JSON with Optional fields
- Read JSON avoid extra fields - deny_unknown_fields
- Alias some fields in JSON (handle dash in JSON keys)
- Read JSON to Vector
- Read lists of JSON structures
- Serialize and deserialize HashMap to JSON in Rust
- JSON serialize struct
- Serialize struct and Deserialize JSON
- JSON serialize examples
- serde manipulate json (change, add)
- JSON serialize struct with date