make_json_file_name

Function make_json_file_name 

Source
pub fn make_json_file_name(suffix: &str) -> String
Expand description

Complete a JSON file name.

ยงExample

assert_eq!(make_json_file_name("api"), "weather-cli-api.json");