Skip to main content

diff

Function diff 

Source
pub fn diff(
    _old: &Value,
    _new: &Value,
    _options: Option<()>,
) -> Result<Vec<DiffResult>, String>
Expand description

Mock diff function - returns empty result for now