Jak przekonwertować serwazowane dane na JSON w JS

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