fun <T> jsonPath(expression: String, matcher: Matcher<T>): Unit
fun jsonPath(expression: String, vararg args: Any?, dsl: JsonPathResultMatchersDsl.() -> Unit): Unit
See Also
MockMvcResultMatchers.jsonPath