Cómo convertir datos serilazed a JSON en JS

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