pub fn json_to_deck_hashmap(sets: Vec<&str>) -> HashMap<usize, Card>
Expand description

Takes in a vector of JSON formatted &str and attempts to coerce them into CardSetJson, the JSON should take the form mentioned here