Function pact_matching::json::compare_json

source ยท
pub fn compare_json(
    path: &DocPath,
    expected: &Value,
    actual: &Value,
    context: &(dyn MatchingContext + Send + Sync)
) -> Result<(), Vec<CommonMismatch>>
Expand description

Compares the actual JSON to the expected one