Below you see two buttons. Edit the source code and add onClick-events to
these buttons. Add functionality to these as described below.
The first button should run a JavaScript-function, which will load the
given
JSON file from the web and display the raw contents of it on the DIV-below (id=rawdata). Use
Developer tools (F12) to track the AJAX call and study the headers,
execution times etc.
The second button should run a function, will load the same data, but
will parse the data out and display it as a table.
After you have managed to get the data out, try to load the pictures to
the page as well.