pub fn make_json_file_name(suffix: &str) -> String
Complete a JSON file name.
assert_eq!(make_json_file_name("api"), "weather-cli-api.json");