Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalatest integration #19

Open
tethys-json opened this issue Apr 25, 2018 · 0 comments
Open

Scalatest integration #19

tethys-json opened this issue Apr 25, 2018 · 0 comments

Comments

@tethys-json
Copy link
Owner

We need special matcher for json strings that doesn't care about object fields order. Something like that:

"""{"a": 1, "b": [1, 2, 3], "c": true }""" should equalJson(obj(
  "a" -> 1,
  "c" -> true,
  "b" -> arr(1, 2, 3)
))
@eld0727 eld0727 added this to the v0.6.4 milestone Apr 27, 2018
@eld0727 eld0727 removed this from the v0.11.0 milestone Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants