Browsing index pages (2 articles)
↧
Get Gravatar Img from JSON
I'm trying to parse data that will display a users Gravatar image. The JSON is the following : http://api.bfhstats.com/api/playerInfo?plat=pc&name=stewartps&output=js On line 34 is 'uGava'...
View ArticleAnswer by SeinopSys for Get Gravatar Img from JSON
The data you get is plain JS, not JSON. Also, you don't need to use the bracket notation when the object properties don't have special characters in them. Change your AJAX call to the...
View Article
Browsing index pages (2 articles)