Function save_minion_solutions_json

Source
pub fn save_minion_solutions_json(
    solutions: &Vec<BTreeMap<Name, Literal>>,
    path: &str,
    test_name: &str,
) -> Result<Value, Error>
Expand description

Writes the minion solutions to a generated JSON file, and returns the JSON structure.