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

Feature request: diff merging #11

Open
felzix opened this issue Apr 26, 2017 · 0 comments
Open

Feature request: diff merging #11

felzix opened this issue Apr 26, 2017 · 0 comments

Comments

@felzix
Copy link

felzix commented Apr 26, 2017

I'm using jsondiff to reduce how much I'm sending to clients. My current scheme returns a list of diffs since the last time the client requested the state. It would be better if it sent one diff with all changes together, in case redundancies.

As a side note: it would be nice if there were a way to turn the result of a diff back into a diff. In other words, turn the strings representing symbols back into symbols. This way I can internally represent state as dictionaries without having to serialize them to a json blob to apply the diff.

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

2 participants