is_good_simple_value

Function is_good_simple_value 

Source
fn is_good_simple_value(v: &Value) -> bool
Expand description

determine if the value is “good to print”. We essentially want to reject floats which are not just integers.