I have a json query string which has to be converted to javascript usuable data set. Please help me with a small simple javascript code.
json_text = {hash:[student_name,age,height],data:[[fathima,17,5],[ajay,16,7],[farah,19,6]]};
am able to parse the string but not able to covert it to a simple array.
fathima
,ajay
etc it's not valid JavaScript either. – James McLaughlin Feb 26 at 16:12