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

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

Shorthand for BodyExactMatcher::json.