javascript fs read json code example Example: read json using fs let jsonData = require('./student.json'); console.log(jsonData);