Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

read json using fs


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

console.log(jsonData);
 
PREVIOUS NEXT
Tagged: #read #json #fs
ADD COMMENT
Topic
Name
6+5 =