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

Serialize difference between models and collections #137

Open
gaperton opened this issue Feb 18, 2016 · 0 comments
Open

Serialize difference between models and collections #137

gaperton opened this issue Feb 18, 2016 · 0 comments

Comments

@gaperton
Copy link

Some way to compare models tree, and generate JSON difference.

Has numerous potential applications, such as smart save protocols based on updates rather than complete objects overwrite.

Usage examples:
const json = model.toJSON({ diff : baselineModel });
model.save( null, { diff : baselineModel });

@gaperton gaperton changed the title Model and collection snapshots Serialize difference between models and collections Feb 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant