When receiving data from a web server, the data is always a string. Parse the data with JSON.parse(), and the data becomes a JavaScript object. //You can request JSON from the server by using an AJAX ...