scalatest-json
scalatest-json copied to clipboard
Matching on play json ast instead of string
I would like to match the play JsValue
instead of String
but could not find a way to do that
import play.api.libs.json.Json._
arr(obj("name" -> "test")) should matchJson(arr(obj("name2" -> "test")))
Hi, not a bad idea. PR's welcome.