In my angular project I often need to compare JSONs in my Karma/Jasmine tests and it would be really instrumental to have a console output of what was added and removed in comparison between 2 structures (e.g. these fields added, these changed values and these disappeared)
The format of such output is not important as soon as I can figure our the difference. Perhaps one or few JSONs.
Is there a good way to produce such a difference info?