Ajax request is returning me an array and setting it into JSON
How to take the object itself from JSON, which has an array with objects inside, and extract the value from it by key?
i want to write generator of shop cards from this data
for example in this array is 6 items(objects) with their own data
i need to generate 6 shop cards with this data
is there any methods in construct or with JavaScript ?