carlosingles / json-patch-query

Implementation of JSON Patch Query as proposed by the TM Forum
2 stars 0 forks source link

feat: support move and copy operations #7

Closed carlosingles closed 1 year ago

carlosingles commented 1 year ago

fix(op:add): support top level properties

refactor: move operation apply to seperate function

chore: update eslint configuration

feat: add support for copy and move operations