'How can I write query for getting a json key and value from json api datasource in Grafana
I have a problem in my Grafana localhost that is the API's JSON value alone getting but not the key, I'm getting so is there a query to write like a key with value for the JSON API. And I'm posting the example JSON structure below. Is anyone knows give me a suggestion.
[
{
"values": {
"a": 1,
"b": 2,
"c": 3
}
}
]
In the above example, I need the object values both key and value query in JSON API datasource in Grafana.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
