The Node based utility used to merge multiple json files into one.
npm install go-merge-json -g
go-merge-json <first-json-file> <second-json-file>
go-merge-json test/test.json test/new.json
The command will update test.json file after merging with new.json
create-backup
go-merge-json test/test.json test/new.json --create-backup
The command will create a backup file for test/test.json before updating it.