Skip to content

Instantly share code, notes, and snippets.

@aidoskz
Created January 23, 2015 04:35
Show Gist options
  • Select an option

  • Save aidoskz/cf918832c044c81296fb to your computer and use it in GitHub Desktop.

Select an option

Save aidoskz/cf918832c044c81296fb to your computer and use it in GitHub Desktop.
from FORM to JSON
JSON.parse(('{"' + $('form').serialize() + '"}').replace(/=+/gi,'":"').replace(/&+/gi,'","'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment