Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

json-glob

hereandnow8MIT0.0.2

deep merge of globbed json-files

json, glob, merge

readme

json-glob Build Status

deep merge of globbed json-files

Install

$ npm install --save json-glob

Usage

var jsonGlob = require('json-glob');

jsonGlob('./fixtures/**/*.json').then(function (final) {
    // do whatever you want with your merged json
});

API

jsonGlob([patterns])

patterns

Required Type: string

globbing patterns

License

MIT © hereandnow