Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to detect changes #7

Open
kevinburke opened this issue Aug 16, 2013 · 2 comments
Open

Add ability to detect changes #7

kevinburke opened this issue Aug 16, 2013 · 2 comments

Comments

@kevinburke
Copy link
Owner

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

@jonsherrard
Copy link

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

@gourneau
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants