{"ScriptPreparationCode":null,"TestCases":[{"Name":"Object.assign","Code":"var params = { b:\u0022hello\u0022, c: true, d:7 };\r\nvar other = Object.assign({ a: 2 }, params);","IsDeferred":false},{"Name":"spread operator","Code":"var params = { b:\u0022hello\u0022, c: true, d:7 };\r\nvar other = { a: 2, ...params };","IsDeferred":false}]}