New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

recursive-json

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recursive-json

Recursively read JSON files in directory.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

recursive-json

Recursive read JSON files in directory.

Install

npm install recursive-json

Examples

var rj = require('recursive-json');

var json = rj.sync('**/**/*.json');

rj('**/**/*.json', function (err, json) {
    console.log(json);
});

TODO

  • Write truly async version.
  • Add tests.
  • Add API description.
  • Add JSDoc comments.

Keywords

json

FAQs

Package last updated on 04 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts