Javascript – Node js: get all values of key in array of objects
I have data that looks like this (sanitized). This is axios output from Azure artefact feeds into response array { "value": [ { "normalizedName": "@test", "name": "@test", "versions": [ { "normalizedVersion": "1.2.6", "version": "1.2.6", } ], }, { "normalizedName": "@test2",…