Requiring a JSON file A common use of require is to load a JSON file. const settings = require('./settings.json')console.log(settings)