JSON
- Serde for JSON
- Read and deserialize key-value pair JSON into HashMap
- Serialize and deserialize HashMap to JSON in Rust
- Deserialize JSON array - a list of string into a Vector
- 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
- Read JSON avoid extra fields - deny_unknown_fields
- JSON files - missing fields
- Read JSON handle missing fields - set defaults
- Read JSON with optional fields: Option or default value?
- Alias some fields in JSON (handle dash in JSON keys)
- Read JSON to Vector
- Read lists of JSON structures JSON-lines
- JSON serialize struct
- Serialize struct and Deserialize JSON
- Read and deserialize JSON file where some fields can have arbitrary values
- JSON serialize examples
- serde manipulate json (change, add)
- JSON serialize struct with date