pub fn value_to_f64(v: &Value, coerce_bool: bool) -> Option<f64>
Coerce a Value to f64.
true
1.0
false
0.0
coerce_bool
None