Hacker News new | ask | show | jobs
by Wilfred 1535 days ago
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.