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

Current output of json4s' `matchJson` in case of changes shows just one side of the diff (i.e. expected), e.g. ``` "Changed: {"sources": "two"}" ``` It would be useful if it...

The code snippet from `matchJson` method: ``` JSONCompare.compareJSON(right, left, JSONCompareMode.STRICT) ``` It is hardcoded to strict mode that's why one can't use this for ignore-ordering array comparison (`JSONCompareMode.LENIENT` case)

Updates * [com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core](https://github.com/plokhotnyuk/jsoniter-scala) * [com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-macros](https://github.com/plokhotnyuk/jsoniter-scala) from 2.9.1 to 2.12.1. [GitHub Release Notes](https://github.com/plokhotnyuk/jsoniter-scala/releases/tag/v2.12.1) - [Version Diff](https://github.com/plokhotnyuk/jsoniter-scala/compare/v2.9.1...v2.12.1) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates org.scala-lang:scala-library from 2.13.6 to 2.13.8. 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.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 2.7.5 to 3.3.1. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.3.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v2.7.5...v3.3.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.5.5 to 1.5.8. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.5.8) - [Version Diff](https://github.com/sbt/sbt/compare/v1.5.5...v1.5.8) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [com.typesafe.play:play-json](https://github.com/playframework/play-json) from 2.8.0 to 2.8.2. [GitHub Release Notes](https://github.com/playframework/play-json/releases/tag/2.8.2) - [Version Diff](https://github.com/playframework/play-json/compare/2.8.0...2.8.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates com.geirsson:sbt-ci-release from 1.5.7 to 1.5.9. 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 [io.argonaut:argonaut](http://argonaut.io) from 6.3.6 to 6.3.7. 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.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.9 to 3.2.10. 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...