In this tutorial we will go over how read and write a JSON file with NodeJS. It
should come at no surprise that Node makes working with JSON extremely easy, and
with the built in fs module, reading and writing to the file system is equally
easy.
This tutorial is