Rest Sensor Output

Hi, I was hoping to get some help to make the below output look a little more user friendly. This is shown in an entities card when I’ve added a Rest sensor but I’d like to break the statuses out individually as their own headings?

{“state”:“running”,“status”:“Up 2 weeks”,“image”:“linuxserver/plex”}

The yaml is

 - platform: rest
   resource: http://192.168.68.110:8126/container/plex
   name: Plex Stats

There are multiple examples in the Restful sensor docs howto get values from a json response.

As a start, copy and paste the output of your sensor in Dev Tools/templates to a variable and play with it.

Thanks, this got me going in the right direction so thanks for the reply and I think I understand templates a little bit more now so thanks for that also!