use serde_json::{Value, json}; let mut t = json!({});
t.as_object_mut().unwrap().insert(k.to_string, Value::String(v.to_string()));