pub fn extract_finite_float_from_value(value: Value) -> Result<f64, Value>
Try to extract an f64 from a JSON Value and return the Value in the Err variant if it failed.
f64
Value
Err