Перехват исключений try...catch

try{
  JSON.parse('');
}catch(err){
  alert(err);
}