Which of the following code will not throw an error?( )
JSON.parse('');
JSON.parse(null);
JSON.parse();
JSON.parse({});