blitlabs/online-json-diff

Type conversion producing incorrect diff highlighting

devinschulz opened this issue · 0 comments

Certain values are not using a strict equality comparison. Thus resulting in differences not property highlighted.

For example:

{
  "id": "10012",
  "type": 1
}

should not be equal to

{
  "id": 10012,
  "type": true
}

screenshot 2016-12-15 17 51 15