So i have a huge json file and i want to create a smaller version of it where one of the values is based on 2 of the values from the main file – Javascript
I have a huge json file with array of objects. I want to go through that array and find a specific object then I want to return value based on 1 of its values. Here is myfunction so far: async…