Skip to content

Instantly share code, notes, and snippets.

@64lines
Created April 18, 2014 04:00
Show Gist options
  • Save 64lines/11024282 to your computer and use it in GitHub Desktop.
Save 64lines/11024282 to your computer and use it in GitHub Desktop.
[JAVASCRIPT] - Convert String to JSON
JSON.parse(stringValue);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment