scalatest-json icon indicating copy to clipboard operation
scalatest-json copied to clipboard

Scalatest matchers for Json with appropriate equality and descriptive error messages.

Results 18 scalatest-json issues
Sort by recently updated
recently updated
newest added

Updates [org.scala-lang:scala-library](https://github.com/scala/scala.git) from 2.12.14 to 2.12.15. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) from 3.0.1 to 3.0.2. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.0.2) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.0.1...3.0.2) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.0.1...release-3.0.2) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates [com.softwaremill.diffx:diffx-core](https://github.com/softwaremill/diffx) from 0.5.3 to 0.5.6. [GitHub Release Notes](https://github.com/softwaremill/diffx/releases/tag/v0.5.6) - [Version Diff](https://github.com/softwaremill/diffx/compare/v0.5.3...v0.5.6) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.json4s:json4s-native](https://github.com/json4s/json4s) from 4.0.1 to 4.0.3. [GitHub Release Notes](https://github.com/json4s/json4s/releases/tag/v4.0.3) - [Version Diff](https://github.com/json4s/json4s/compare/v4.0.1...v4.0.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [com.softwaremill.diffx:diffx-core](https://github.com/softwaremill/diffx) from 0.3.30 to 0.5.3. [GitHub Release Notes](https://github.com/softwaremill/diffx/releases/tag/v0.5.3) - [Version Diff](https://github.com/softwaremill/diffx/compare/v0.3.30...v0.5.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

I would like to match the play `JsValue` instead of `String` but could not find a way to do that ```scala import play.api.libs.json.Json._ arr(obj("name" -> "test")) should matchJson(arr(obj("name2" -> "test")))...

Consider the following. ``` Json did not match "{ "a" : "01", "b" : null, "c" : "1" }" did not match "{ "a": "01", "c": "1" }" Json Diff:...