{"ScriptPreparationCode":"let url = URL.createObjectURL(new Blob([JSON.stringify({a:3,b:3,c:3,n:6,baeij:2,ifjq3:[1,2,3,4,5]})],{type:\u0027application/json\u0027}))\r\nfunction finish() {\r\ndeferred.resolve()\r\n}\r\nfunction auto(j) {\r\n j.json().then(finish)\r\n}\r\nfunction parse(j) {\r\nj.text().then(JSON.parse).then(finish)\r\n}","TestCases":[{"Name":"fetch.json()","Code":"fetch(url).then(auto)","IsDeferred":false},{"Name":"fetch\u002Bjson.parse","Code":"fetch(url).then(parse)","IsDeferred":false}]}