Answers for "read json using fs"

1

read json using fs

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

console.log(jsonData);
Posted by: Guest on April-27-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language