Lire JSON en utilisant FS


let jsonData = require('./student.json');

console.log(jsonData);
Comfortable Caribou