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

review 'append' op #8

Open
mikemccabe opened this issue Sep 29, 2014 · 0 comments
Open

review 'append' op #8

mikemccabe opened this issue Sep 29, 2014 · 0 comments

Comments

@mikemccabe
Copy link
Owner

I added an 'append' op to support a use-case in my organization. I think this is a case where the spec was lacking support for a common real-world use. However, it needs review.

From local_tests.json:

{ "comment": "append",
  "doc": [1, 2, 3, 4],
  "patch": [{"op": "append", "path": "/-", "value":[5, 6, 7, 8]}],
  "expected": [1, 2, 3, 4, 5, 6, 7, 8] },
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

1 participant