fork(1) download
  1. // your code goes here
  2. const json='{"name":"william","class":"grade1"}';
  3. let obj=JSON.parse(json);
  4. console.log(obj)
Success #stdin #stdout 0.02s 17096KB
stdin
Standard input is empty
stdout
[object Object]