the trait `rusqlite::types::to_sql::ToSql` is not implemented for `serde_json::value::Value` the trait `rusqlite::types::to_sql::ToSql` is not implemented for `serde_json::value::Value` sqlite sqlite

the trait `rusqlite::types::to_sql::ToSql` is not implemented for `serde_json::value::Value`


Add the appropriate feature to rusqlite in your Cargo.toml:

rusqlite = { version = "0.23.1", features = ["serde_json"] }

See also: