{"ScriptPreparationCode":null,"TestCases":[{"Name":"response.json()","Code":"const showResult = result =\u003E console.log(result);\r\n\r\nconst url = \u0022https://www.googleapis.com/discovery/v1/apis\u0022;\r\n\r\nfetch(url)\r\n .then((response) =\u003E response.json())\r\n .then((jso) =\u003E JSON.stringify(jso))\r\n .then(showResult)","IsDeferred":false},{"Name":"response.text()","Code":"const showResult = result =\u003E console.log(result);\r\n\r\nconst url = \u0022https://www.googleapis.com/discovery/v1/apis\u0022;\r\n\r\nfetch(url)\r\n .then((response) =\u003E response.text())\r\n .then(showResult)","IsDeferred":false}]}