This document loads a raw JSON resource using Ajax, avoiding the explicit parsing step by setting xhr.responseType = 'json'
. It then displays (part of) the data in an alert box.
See Loading JSON-formatted data with Ajax and responseType='json'
for more information.
Pending…