JavaScript converte string com colchetes para matriz
var arr = JSON.parse( "[1, 2,3, 4]" );
Pushy Pants
var arr = JSON.parse( "[1, 2,3, 4]" );