I have an array of arrays in coffe script. How to convert it in easy way to string and then back to array? So i m expecting like this.It's easy to do it in ruby using eval.How to achieve that in a coffe script? Thanks in advance.
"[[2,3,4],[2,3,4],[4,6,7]]" =>string
and then [[2,3,4],[2,3,4],[4,6,7]] back to an array again