pub fn json_numbers_equal(a: &str, b: &str) -> boolExpand 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.