-2
Try using: pokedata[id].base["Sp. Attack"]
and equally for the other attributes.
If you understand English read this question in the English Stack Overflow: https://stackoverflow.com/questions/10311361/accessing-json-object-keys-having-spaces
-2
0
Try using: pokedata[id].base["Sp. Attack"]
and equally for the other attributes.
If you understand English read this question in the English Stack Overflow: https://stackoverflow.com/questions/10311361/accessing-json-object-keys-having-spaces
thank you Joao!! I had already tested this method and it was not working but now that I copied and pasted your answer worked!!. will understand rsrs
Browser other questions tagged javascript json node.js api web-application
You are not signed in. Login or sign up in order to post.
Consider pasting the code instead of posting the JSON print.
– Marcell Alves