How to display JSON response in grafana

Hi ,

My requirement is : integrating external API using grafana , and for that I am using Simple JSON Datasource and am able to get the response as 200 status code but response is not displaying in json format .where and how can it display the JSON data(JSON response) which is coming from external API.

Please help me .

Regards,
Sagarika

JSON Data should be in a specific Format, You can use a sample JSON data & its format from below link.

Simple JSON Format

You can view JSON Data From Query Inspector Which is a great feature to view grafana request & Response.