Created
January 23, 2015 04:35
-
-
Save aidoskz/cf918832c044c81296fb to your computer and use it in GitHub Desktop.
from FORM to JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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