node-jsonfile

Easily read/write JSON files in Node.js
  https://github.com/jprichardson/node-jsonfile
  0
  no reviews



Jsonfile is a Node.js module to easily read/write JSON files in JavaScript.

The module provides readFile() and writeFile() methods that combine JSON.parse() with fs.readFile() and JSON.parse() with fs.readFile().

Node.js is an event-based server-side JavaScript engine.