Often we save settings or configurations in json files.If you've spent some time using NodeJS, you'd know that there are quite a fewways to read json files in NodeJS Two of the most common ones are : let jsonData = require('./file.json') // let jsonD...
binarydiods.30tools.com2 min readNo responses yet.