const jsonStr = JSON.stringify({ foo: 'bar' }) try { const json = JSON.parse(jsonStr); } catch (e) { console.log('invalid json'); }