SyntaxFix
Write A Post
Hire A Developer
Questions
I remove the characters '[',']' and do an split with ','
let array = stringObject.replace('[','').replace(']','').split(",").map(String);