// your code goes hereconst json='{"name":"william","class":"grade1"}';let obj=JSON.parse(json);console.log(obj.name)
Standard input is empty
william
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!