pub type Config { Config(json_file_path: String) }
Config(json_file_path: String)
json_file_path - relative to project root directory
pub fn get_json_file(config: Config) -> Result(String, FileError)