Skip to content

Instantly share code, notes, and snippets.

@dstevensio
Created November 10, 2015 19:25
Show Gist options
  • Save dstevensio/91d62aed517a1afe8eba to your computer and use it in GitHub Desktop.
Save dstevensio/91d62aed517a1afe8eba to your computer and use it in GitHub Desktop.
Wrap JSON.parse in try/catch
try {
JSON.parse(jsonSource);
} catch (e) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment