fn parse_kv_object( v: &Value, field: &str, ) -> Result<Vec<(String, String)>, String>
Parses a {name: scalar-template} object into ordered pairs; numbers and bools are stringified, nested shapes are rejected.
{name: scalar-template}