UNPKG

json_merger

Version:

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

35 lines (34 loc) 286 B
{ "myArray2": [ { "b": 10 } ], "myObject2": { "b": 10 }, "myArray": [ { "a": 1, "b": 10, "c": 200 }, { "a": 2, "b": 20 }, { "c": 100 } ], "myObject": { "prop1": 10, "prop2": { "b": 20 }, "prop3": { "a": 3, "b": 30 } } }