Which statement phrases successfully?
JSON.parse ( ‘ foo ’ );
JSON.parse ( “ foo ” );
JSON.parse( “ ‘ foo ’ ” );
JSON.parse(‘ “ foo ” ’);
Submit