I have a json response like this,
[{"name":"Bangladesh","info":"{\"summary\": [[\"DataSource\", \"Worldometers\"], [\"Country\", \"Bangladesh\"], [\"Total Cases\", 112306], [\"New Cases(24hrs)\", \"0\"], [\"Deaths\", 1464], [\"New Deaths(24hrs)\", \"0\"], [\"Recovered\", 45077], [\"Active\", 65765], [\"Total Tests\", 615164]], \"test\": [[\"Updated on 21-05-2020\", \"Total\"], [\"Test conducted (24hrs)\", \"10262\"], [\"Total test conducted\", \"214114\"], [\"Positive cases (24hrs)\", \"1773\"], [\"Confirmed\", \"28511\"]]}"}]
How can I parse this and save the data fields in such a manner so that I can use those as a variables like deaths, newCases etc in other widgets?