1
I have an array of json, which currently takes the values this way:
for(element in data){
data[element]['productor']
}
And my question is this, could I play in html, all my keys and values without necessarily knowing what they are?
if I take the ['productor']
on the screen appears like this [object Object]
thank you
What would be the variable
element
?– Sam
As I understand it, data is an array in which its elements are correct objects? if possible post an example of the data array. Ai I get an exact answer on how to solve. I do this type of access daily in my programs.
– Rodrigo K.B