I am trying to use map for an array like this one. I cannot predict the name, and there is no common key - just name value pairs, which can be different
{"name":"Text","description":"Text","some other item":"Text"}
I tried various approaches, but most of them require some kind of identifier. It would be great to understand how this can be solved.