{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread","Code":"const a = {mix1: \u0022a\u0022, mix2: \u0022b\u0022, mix3: { mox1: \u0022a\u0022, mox2: \u0022b\u0022 }};\r\nconst b = { ...a };\t","IsDeferred":false},{"Name":"Assign","Code":"const a = {mix1: \u0022a\u0022, mix2: \u0022b\u0022, mix3: { mox1: \u0022a\u0022, mox2: \u0022b\u0022 }};\r\nconst b = Object.assign({}, a);","IsDeferred":false}]}