JavaScript convertit la chaîne avec des crochets en tableau
var arr = JSON.parse( "[1, 2,3, 4]" );
Pushy Pants
var arr = JSON.parse( "[1, 2,3, 4]" );