↧
Answer 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 ArticleGet 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 Article