fn part2(input: &Value) -> i64
Expand description

Part 2: Ignore any object (and all of its children) which has any property with the value "red". Do this only for objects ({...}), not arrays ([...]).