{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread operator","Code":"const a = {aa: 1, bb: 2};\r\nconst b = {...a};","IsDeferred":false},{"Name":"JSON","Code":"const a = {aa: 1, bb: 2};\r\nconst b = JSON.parse(JSON.stringify(a));","IsDeferred":false}]}