I am a software development engineer @ Amazon AWS. I graduated from UPenn and Brandeis. I hope everyone stay strong and stay healthy in these challenging times.
node.JS
Random NodeJS Notes, JSON handling
To read existing JSON content from local files:
1 | const fs = require('fs') |
To save text to JSON files:
1 | const fs = require('fs') |