{"ScriptPreparationCode":null,"TestCases":[{"Name":"Object.assign","Code":"const obj = {hello:\u0022world\u0022};\r\nconst newOne = Object.assign({}, obj);","IsDeferred":false},{"Name":"Direct","Code":"const obj = {hello:\u0022world\u0022};\r\nconst newOne = {...obj};","IsDeferred":false}]}