Function wiremock::matchers::body_json[][src]

pub fn body_json<T>(body: T) -> BodyExactMatcher where
    T: Serialize

Shorthand for BodyExactMatcher::json.