This document loads a raw JSON resource using Ajax, then parses that data through JSON.parse(), and finally displays (part of) the data in an alert box.
JSON.parse()
See Loading JSON-formatted data with Ajax and responseType='json' for more information.
responseType='json'