Skip to content

Instantly share code, notes, and snippets.

@stinoga
Created July 30, 2013 20:39
Show Gist options
  • Save stinoga/6116699 to your computer and use it in GitHub Desktop.
Save stinoga/6116699 to your computer and use it in GitHub Desktop.
Decode cookie, and parse into JSON object w/ JQuery
$.parseJSON(decodeURIComponent($.getCookie('COOKIE_NAME')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment