Convert string array representation back to an array

Just use JSON.parse('["item1", "item2", "item3"]');

Leave a Comment