Here's something that seems to work but doesn't:
.jsonPath("$.message").toString().contains("textYoureLookingFor")
It returns true whether the text is there or not.