f64_to_string

Function f64_to_string 

Source
pub fn f64_to_string(d: f64) -> Result<Value, Error>
Expand description

Convert an f64 to a string, supporting “+inf” and “-inf”.