pub fn build_dict<'a>(s: impl Iterator<Item = (&'a str, &'a str)>) -> String
Build keys wrapped in braces, e.g. {“a”: 1, “b”: 2}