pub fn save_minion_solutions_json( solutions: &Vec<HashMap<Name, Literal>>, path: &str, test_name: &str, accept: bool, ) -> Result<Value, Error>