UNPKG

json_merger

Version:

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

27 lines (25 loc) 298 B
{ "@extends": ["05-A.json"], "array": [ { "@append": true, "my_func": my_global_factory({ "a": 1, "b": 2, "c": [ {"prop": 1}, {"prop": 2}, {"prop": 3} ] }) }, { "hello": function() { }, "a": 1 }, (function() { return -1; })() ] }