Function pact_matching::json::display_diff

source ยท
pub fn display_diff(
    expected: &str,
    actual: &str,
    path: &str,
    indent: &str
) -> String
Expand description

Returns a diff of the expected versus the actual JSON bodies, focusing on a particular path