formulaire javascript post json data

var formData = JSON.stringify($("#myForm").serializeArray());
Relieved Rat