json_merger
Version:
Merge JSON with indicators such as @override, @match, @delete and @insert to tell the processor how to merge the files.
43 lines (39 loc) • 305 B
JSON
{
"myArray2": [
{
"a": 1
},
{
"a": 2
},
{
"a": 3
},
{
"a": 4
}
],
"myObject2": {
"a": 1,
"a2": 2,
"a3": 3,
"a4": 4
},
"myArray": [
{
"a": 1
},
{
"a": 2
}
],
"myObject": {
"prop1": 1,
"prop2": {
"a": 2
},
"prop3": {
"a": 3
}
}
}