I have a python code from which I get an output variable (python list) which i dump into a json file. The resulting json file is this
["Arham", " ", "0.0", " ", "Fayyaz Bhai", " ", "2.48", " ", "Khan sahab", " ", "2.25", " ", "Osama", " ", "0.0", " ", "Yasir (paadri)", " ", "0.0", " "]
Is there any way to parse this .json file (in javascript) ?