UNPKG

json_merger

Version:

Merge JSON with indicators such as @override, @match, @delete and @insert to tell the processor how to merge the files.

15 lines (14 loc) 183 B
{ "@extends": ["04-A.json"], "@delete": ["array2"], "array": [ { "@match": "[name=qwerty][a=2]", "@delete": true }, { "@match": "[name=tkn]", "@move": 0 } ] }