Posts by Matheus Alcântara • 111 points
2 posts
-
0
votes2
answers1364
viewsA: take all keys in a json array with js
{"productor":"Bush Chemist","genre":"UK Roots","singer":"Culture Freeman","rpm":"45","name":"King David Style","label":"Conscious Sounds","description":"teste","release_date":"2003","inch":"12"} my…
-
1
votes2
answers1364
viewsQ: take all keys in a json array with js
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…