hulk
hulk copied to clipboard
Add ability to detect changes
Eg, someone clicked "save" - did anything in the JSON actually change?
JSON.stringify(original) === JSON.stringify(new)
I like using http://underscorejs.org/#isEqual