Skip to main content

diff

Function diff 

Source
pub fn diff(old: &Value, new: &Value, max_changes: usize) -> ValueDiff
Expand description

Structurally compare two values, listing at most max_changes differences and counting the rest.