In my application i am getting a response like below
{"success":true,"data":"{\"status\": \"Failed\", \"percentage_completed\": \"0\", \"actions\": \"Error: Insufficient argument: 1\\n\"}","message":"Logs fetched successfully."}
How to Convert this in to JSON. Tried JSON.parse doesnt seems to work. Is there any other way to covert this string into Valid JSON Format