Skip to main content

deep_equal

Function deep_equal 

Source
pub fn deep_equal(a: &Value, b: &Value, strict_mode: bool) -> bool
Expand description

Structural equality. strict compares leaves with ===, otherwise ==.