json_merger
Version:
Merge JSON with indicators such as @override, @match, @delete and @insert to tell the processor how to merge the files.
34 lines (31 loc) • 341 B
JSON
{
"array": [
{
"fn": function(a, b) {
return {
"a": a,
"b": b
};
}(1, 2)
,
"hello": function() {
},
"a": 1
},
(function() {
return -1;
})()
,
{
"my_func": my_global_factory({
"a": 1,
"b": 2,
"c": [
{"prop": 1},
{"prop": 2},
{"prop": 3}
]
})
}
]
}