Json – Parse map attribute from <List<Map<String, String>>
I recently stumbled on an issue with parsing mapping values which are handed over via a List. I receive a Json and within the JSON there is an extra field attributes. Which looks like this "attributes": [ { "id": "id",…