Javascript – Having trouble creating a map of JSON objects in node js?
I am using node js and fetching data from a url that returns a list of 28000+ JSON objects. I want to map each objects identifier to one of its sub-objects. Every example of mapping in JS I look at…