0.0.4 • Published 9 years ago

array-of-objects v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

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.