Function read_json_file

Source
pub fn read_json_file<T>(
    shell: &Shell,
    file_path: impl AsRef<Path>,
) -> Result<T>