UNPKG

json_merger

Version:

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

19 lines (18 loc) 262 B
{ "@extends": ["07-A.json"], "outer_array": [ { "@match": "[name=cfg]/inner_array/[name=item3]", "more_junk": true }, { "@match": "[name=cfg]", "inner_array": [ { "@match": "[name=item2]", "other_junk": true } ] } ] }