Through a request to a web service I get this result:
It is a string or string of javascript and I want to convert that result to a json object. I am trying it in the following way, but I still do the same:
var obj = JSON.parse(JSON.stringify(data.return));