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

Shorthand for BodyExactMatcher::json.