What??.. I am trying to just extract the data.id for all of the items in the json file, and create a new variable that would hold an array of just the Id’s… How can I do that?
I find it interesting that I couldn’t find a way to just work from the initial JSON object without having to make another variable pin pointing the array I was looking for… exploring all the other object methods such as keys, values, entries, it seems like non of those methods could reach the nested objects from my JSON file… anyway…