hulk icon indicating copy to clipboard operation
hulk copied to clipboard

Add ability to detect changes

Open kevinburke opened this issue 11 years ago • 2 comments

Eg, someone clicked "save" - did anything in the JSON actually change?

kevinburke avatar Aug 16 '13 23:08 kevinburke

JSON.stringify(original) === JSON.stringify(new)

jonsherrard avatar Oct 25 '13 09:10 jonsherrard

I like using http://underscorejs.org/#isEqual

gourneau avatar Aug 11 '15 02:08 gourneau