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