pub fn from_json(
    source: &str,
    pact_json: &Value
) -> Result<Box<dyn Pact + Send + Sync>>
Expand description

Creates a V4 Pact from the provided JSON struct