Can I remove an extra level when pushing objects to an array using jQuery?
I am using Jquery to read a JSON file and am filtering select items from that file into a new array. The JSON file looks like: [ { "id": "1234", "label": "Product 1", "price": "140" }, { "id": "5678", "label":…