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