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

JSON Merge Patch (RFC 7396) #876

Merged
merged 3 commits into from
Jan 18, 2018
Merged

JSON Merge Patch (RFC 7396) #876

merged 3 commits into from
Jan 18, 2018

Conversation

nlohmann
Copy link
Owner

@nlohmann nlohmann commented Dec 13, 2017

SQLite's json1 extension (https://www.sqlite.org/json1.html) supports JSON Merge Patch (https://tools.ietf.org/html/rfc7396). As the implementation is trivial and we already support JSON Patch, I think this could be a nice extension to the library.

[Describe your pull request here. Please read the text below the line, and make sure you follow the checklist.]


SQLite's json1 extension (https://www.sqlite.org/json1.html) supports JSON Merge Patch (https://tools.ietf.org/html/rfc7396). As the implementation is trivial and we already support JSON Patch, I think this could be a nice extension to the library.
@nlohmann nlohmann added kind: enhancement/improvement state: please discuss please discuss the issue or vote for your favorite option labels Dec 13, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c6e7eae on feature/rfc7396 into f7ae143 on develop.

@nlohmann nlohmann removed the state: please discuss please discuss the issue or vote for your favorite option label Jan 9, 2018
@nlohmann nlohmann self-assigned this Jan 9, 2018
@nlohmann nlohmann added this to the Release 3.1.0 milestone Jan 9, 2018
Makefile Outdated
@echo "ChangeLog.md - generate ChangeLog file"
@echo "check - compile and execute test suite"
@echo "check-amalagamation - check whether sources have been amalgamated"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo amalagamation -> amalgamation

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 541b461 on feature/rfc7396 into a66b2d2 on develop.

@nlohmann nlohmann merged commit 6402077 into develop Jan 18, 2018
@nlohmann nlohmann deleted the feature/rfc7396 branch January 18, 2018 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants