Function pact_matching::json::compare_json[][src]

pub fn compare_json(
    path: &DocPath,
    expected: &Value,
    actual: &Value,
    context: &dyn MatchingContext
) -> Result<(), Vec<Mismatch>>
Expand description

Compares the actual JSON to the expected one