From the course: JSON Essential Training
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Challenge: Examine JSON data used by websites - JavaScript Tutorial
From the course: JSON Essential Training
Challenge: Examine JSON data used by websites
(light music) - [Instructor] Ready to explore the JSON data that powers some everyday experiences? It's time for a challenge. The developer tools built into modern browsers let you examine the code and data that are part of websites and applications that you open. For this challenge, pick a website that you use regularly or one you just want to understand better, and you'll use your browser developer tools to look at the data the site is receiving. Remember that you want to be sure to choose the XHR option in your developer tools to filter out other types of requests the browser is making that don't involve data exchange. In Firefox, you click the XHR button on the network tab, in Chrome, you need to first click the filter icon, then click XHR, if you're not sure what site to examine, try the Louvre museum in Paris at louve.fr and open the explore page. This exercise should take you about 10 minutes. When you're…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
How to send and receive JSON data3m 25s
-
(Locked)
Create an HTTP request2m 37s
-
(Locked)
Work with an HTTP response2m 28s
-
(Locked)
Convert between JSON and other data formats4m 43s
-
(Locked)
Make sense of JSON-P1m 52s
-
(Locked)
Challenge: Examine JSON data used by websites1m 4s
-
(Locked)
Solution: Examine JSON data used by websites3m 44s
-
(Locked)
-
-
-
-