I am supposed to unescape an parse this kind of json array of objects
{
"httpAlertId": 14,
"httpAlertName": "raja67",
"httpUrl": "http://example.com",
"httpRequestType": "GET",
"httpHeaders": "sadasdsad",
"httpVarMap": "{\"Sdsd\":\"dss\"}",
"httpTimeout": 99,
"httpRetries": 1,
"httpCredentials": "{\"username\":\"somename\",\"password\":\"something\"}",
"mappedAlertActionConfigId": 0
}
What I am expecting is the value of httpCrenentials must become normal JSON.