0.0.4 • Published 10 years ago

array-of-objects v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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.

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago