Hi Folks,
Looking for someone to suggest how to extract the data from the below json api return in the following format?
queries are sent in the api call, structured data is returned but without the key.
servername:"id.server",
type:"TXT",
error"NOERROR",
{
"result": {
"rows": 2001,
"data": [
{
"dimensions": [
"id.server",
"TXT",
"NOERROR",
}
]
}
}
Thanks!