JSON.stringify([1,2,3,4])
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
JSON.parse("[1,2,3,4]");