jsonPath

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

See also