No post body was provided.
Ask HN: Who uses JSON Patch?
1–2 of 2 posts
Re: Ask HN: Who uses JSON Patch?
#2I 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.