
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.