Skip to content

review 'append' op #8

Description

@mikemccabe

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] },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions