Skip to content

Instantly share code, notes, and snippets.

@dennisoehme
Created October 1, 2010 13:20
Show Gist options
  • Select an option

  • Save dennisoehme/606198 to your computer and use it in GitHub Desktop.

Select an option

Save dennisoehme/606198 to your computer and use it in GitHub Desktop.
var json = '{"function":function(){alert("test");}}';
try {
var obj = $.parseJSON(json);
} catch(e) {
alert(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment