Como converter dados serilazed em JSON em JS

var formData = JSON.stringify(jQuery('#frm').serializeArray()); // store json string
Brainy Bee