Skip to content

Compare ignoring nulls in circe. #9

@stephennancekivell

Description

@stephennancekivell

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"
  }
]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions