Skip to content

gJMI/json_merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

json_merge

Merge two JSON files using Nodejs

##Install

npm install

##Usage

node json_merge.js FILE1 FILE2 RESULT

It merges the FILE2 into the FILE1 and save the result as RESULT file.