6 ms·
https://github.com/andreyvit/json-diff https://github.com/andreyvit/json-diff works really well for JSON diffing in my experience. It's more simplistic than di
by Wilfred 4y ago
https://github.com/andreyvit/json-diff https://github.com/andreyvit/json-diff works really well for JSON diffing in my experience.
It's more simplistic than difftastic though: it considers `1` and `[1]` to have nothing in common.