json-patch
json-patch copied to clipboard
Adding Merge to PatchOperation
I would like to add a MergeOperation to the PatchOperation type, but I wanted to check here first to see if there was a good reason that hadn't already been done. Thanks!
It wasn't added because it is not specified in the RFC 6902.
gotcha, ok cool, so that wouldn't be a welcome change then? What I'd ultimately like to be able to do is to include a merge with a list of Operations to be patched, but right now there's not an easy way to do that.