Display a json array of data

Hi team.
I want to display a list of things in HA, which is driven from a rest endpoint via json.

The json data is an array of mutiple objects
eg

[
   {
      "name":"ABC409",
      "date":"2020-03-12 01:34:19"
    },
    {
      "name":"ABC111",
      "date":"2020-03-12 10:55:03"
     }
]

How can i display this list of things?