Skip to main content

fmt_num

Function fmt_num 

Source
pub fn fmt_num(value: &Value) -> String
Expand description

Format a JSON number the way jq interpolates it: integers without a decimal point, floats in shortest round-trip form.