Rust newby here. How do I convert Postgres JSON column to rust struct?
Cargo.toml
[dependencies] ... serde_derive = "1.0.117"