I am receiving a json_encode string into javascript with the following format:
["eq:22","dkdkd",1,0,1,1,1,1,1]
How do I parse this string to use in javascript. I want to separate all values by comma into an array, if possible. Can someone please point me into the right direction on how to do this?
 
     
     
    