Table panel with JSON data from https

Is there a way to show some simple JSON data from a web server https source in a table panel?

If there is, can anyone tell me the correct layout of the JSON data please?

At the moment, I have the following…

[
  {
    "Time": "1605712237935167321",
    "UserName": "Paul",
    "NowPlayingItem": "The Secret of the Unicorn (1)"
  }
]

…which is served over https from my web server.

This file changes every minute and is not in a time series as such.

Thanks in advance.

Paully

Simple solution in grafana infinity datasource. Assume your url is this then you can visualise the data as shown below

I would also suggest to check out: JSON API plugin for Grafana | Grafana Labs