{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread","Code":"var theJSON = {\r\n \u0022squadName\u0022: \u0022Super hero squad\u0022,\r\n \u0022homeTown\u0022: \u0022Metro City\u0022,\r\n \u0022formed\u0022: 2016,\r\n \u0022secretBase\u0022: \u0022Super tower\u0022,\r\n \u0022active\u0022: true\r\n}\r\n\r\nvar result = {...theJSON}","IsDeferred":false},{"Name":"JSON structuredClone","Code":"var theJSON = {\r\n \u0022squadName\u0022: \u0022Super hero squad\u0022,\r\n \u0022homeTown\u0022: \u0022Metro City\u0022,\r\n \u0022formed\u0022: 2016,\r\n \u0022secretBase\u0022: \u0022Super tower\u0022,\r\n \u0022active\u0022: true\r\n}\r\n\r\nvar result = structuredClone(theJSON)","IsDeferred":false}]}