Skip to main content

json_from_str_lossy

Function json_from_str_lossy 

Source
pub fn json_from_str_lossy(content: &str) -> Result<Value, Box<dyn Error>>
Expand description

Parse JSON with lossy number handling: numbers that overflow i64/u64 are stored as f64.