json_numbers_equal

Function json_numbers_equal 

Source
pub fn json_numbers_equal(a: &str, b: &str) -> bool
Expand description

Compare two JSON number representations for equality.

Note: This does byte comparison, so “1.0” != “1” even though they represent the same value. For semantic equality, parse first.