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