Hacker News new | ask | show | jobs
Ask HN: Who uses JSON Patch?
1 points by nicksuperb 3262 days ago
1 comments

I have used it in the past for automated regression testing in the same vein as https://github.com/twitter/diffy

It obviously did better than a naive text diff algorithm.