I am receiveing the json object. There is another json object in the value of abc in this case
{
"abc": "{\n \"_count\": 10,\n \"_start\": 0,\n \"_total\": 60\n }",
"success": true
}
I want to get the the the value of abc as JSON object in javascript
