fn is_good_simple_value(v: &Value) -> bool
determine if the value is “good to print”. We essentially want to reject floats which are not just integers.