Easier way to get values from a list

Here is the retrived json content
[{"Count":{"grass_pollen":0,"tree_pollen":1395,"weed_pollen":0},"Risk":{"grass_pollen":"Low","tree_pollen":"Very High","weed_pollen":"Low"},"timezone":"Asia/Kolkata","updatedAt":"2024-04-07T04:00:00.000Z"}]

Right now i am trying to access all the tags and their values in the Risk list.

While testing I have used this approach. But it seems cumbersome, is there some alternative?

I don't know what do you want exactly...but maybe can help you:

Other approach if your tags are always the same: