Skip to content

Instantly share code, notes, and snippets.

@prasofty
Created July 20, 2015 08:18
Show Gist options
  • Save prasofty/4a8160b8e49bbb3e110b to your computer and use it in GitHub Desktop.
Save prasofty/4a8160b8e49bbb3e110b to your computer and use it in GitHub Desktop.
display json serialize
$('#resultJSON').html(JSON.stringify(JSON.parse($('form#formQuestion').serializeJSON()),null,2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment