npm.io
0.0.4 • Published 11 years ago

array-of-objects

Licence
ISC
Version
0.0.4
Deps
1
Vulns
1
Weekly
0

Usage

The module takes a path as it's opnly argument. It reads the files in that folder and puts the content of the files in an Array

Example

array-of-objects('./my-data') will return an array like:

[{"a":"foo", "2":2, "gamma":"bar"}, {"chapter1": "The first one"}]

if the folder my-data contains two files with the corrosponding contents.

Keywords