JavaScript json value-Collection of common programming errors
I guess from XMLHttpRequest you recieve string but not json object, so you need parse it first in order to get json object, for example using JSON.Parse or jQuery.parseJSON and response.users[0].reputation should work.
Originally posted 2013-11-09 23:15:34.