Hello, I'm using Last.fm's api and I'm having trouble accessing the #text that's inside the image array.
Data Link - > JSON
I try:
console.log(values.track[index].image[index].#text);
But it does not work. How can I solve?
Hello, I'm using Last.fm's api and I'm having trouble accessing the #text that's inside the image array.
Data Link - > JSON
I try:
console.log(values.track[index].image[index].#text);
But it does not work. How can I solve?
Just use values.track[index].image[index]['#text']