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

Compare ignoring nulls in circe. #9

Open
stephennancekivell opened this issue Jun 14, 2019 · 0 comments
Open

Compare ignoring nulls in circe. #9

stephennancekivell opened this issue Jun 14, 2019 · 0 comments

Comments

@stephennancekivell
Copy link
Owner

Consider the following.

Json did not match "{
  "a" : "01",
  "b" : null,
  "c" : "1"
}" did not match "{
 "a": "01",
 "c": "1"
 }"

Json Diff:
"[
  {
    "op" : "remove",
    "path" : "/b"
  }
]"
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

1 participant