2.0.0 • Published 3 years ago

json-files-merger v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

JSON Files Merger ✨

Exammple

Load all json files located in /json_files and merge the json data to a single json object.

For example, you have two json fils in folder /json_files

.examples/json_files
├── 01_user.json
└── 02_home.json
// .examples/demo.js
const jsonMerger = require("json-files-merger");

const targetFolder = "json_files";
const mergedJsonObject = jsonMerger.load(targetFolder);

console.log(mergedJsonObject);

License

MIT © Xun Zhou

2.0.0

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago