Reading and Writing JSON Files in Node.js

JavaScript object notation or JSON is a simple data exchange format that is simple for computers to understand and produce as well as for people to read and write. It is a text-based format that was inspired by the syntax…