Skip to content

karpiuMG/jsonmerge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonmerge v

Install

# with cli
$ npm install -g jsonmerge

# dependency in your project
$ npm install --save jsonmerge

Usage

API

const jsonmerge = require('jsonmerge')

let result = jsonmerge(['./test/fixtures/json/*.json'])
console.log(JSON.stringify(result, null, 4))

CLI

$ cd test/fixtures
$ jsonmerge json/*.json > result.json

License

Apache v2.0 © Jayin Ton

About

jsonmerge *.json > result.json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%