Sensor with multiple Values

Is there an easy way to implement a sensor with multiple Values?
I have an api that delivers information about bus connections.
With the RESTful Sensor I can only handle one of the values. It would be nice to use all 3 of them?
Or would it be necessary to create a custom component for that?

This is the response I get from the API:

{
    "connection": [
      {
        "direction": "Wolbeck Nogatstraße",
        "time": "3 Min",
        "line": "8"
      }
}

Did you figure this out?

Sorry for the late response.
I created 3 sensors and grouped them.

Hi, so you are fetching it 3 times for every sensor?

It’s been a while, but I think that’s what I did.