devinschulz opened this issue 8 years ago · 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 }