Below is the exact json response in which I need to retrieve the value of "count(dm_document.object_name)". I am not understanding to to parse this. pLease help.
{
"status":"ok",
"data":
[
[
{
"dataType":"Double",
"count(dm_document.object_name)":5,"repeating":false
}
]
],
"hostName":"XXXX-prf-08.portal.XXX.com","code":1
}