pub fn save_minion_solutions_json( solutions: &Vec<BTreeMap<Name, Literal>>, path: &str, test_name: &str, ) -> Result<Value, Error>
Writes the minion solutions to a generated JSON file, and returns the JSON structure.