Parse A JSON String With Serde In Rust
January 2024
```cargo
serde_json = "1.0.111"
```
use Value;
Output:
[/Users/alan/.cargo/target/55/19854259915251/_active_nvim_run:11:19] data = Object {
"color": String("red"),
}
Notes
-
This is a little different from the example which uses
?to get the Result. I don't have my head fully around that so I'm using this approach
end of line