{"ScriptPreparationCode":null,"TestCases":[{"Name":"jquery.getJson","Code":"$.getJSON(\u0022https://jsonplaceholder.typicode.com/posts\u0022, function(json){\r\n console.log(\u0027getJSON call: \u0027, json);\r\n});","IsDeferred":false},{"Name":"fetch","Code":"fetch(\u0027https://jsonplaceholder.typicode.com/posts\u0027)\r\n .then(response =\u003E response.json())\r\n .then(json =\u003E console.log(json))","IsDeferred":false}]}