{"ScriptPreparationCode":null,"TestCases":[{"Name":"Stringify","Code":"var obj = {a: \u0022hello\u0022, c: \u0022test\u0022, po: 33, arr: [1, 2, 3, 4], anotherObj: {a: 33, str: \u0022whazzup\u0022}};\r\nvar obj2 = JSON.parse(JSON.stringify(obj));","IsDeferred":false},{"Name":"Structuredclone","Code":"var obj = {a: \u0022hello\u0022, c: \u0022test\u0022, po: 33, arr: [1, 2, 3, 4], anotherObj: {a: 33, str: \u0022whazzup\u0022}};\r\nvar obj2 = structuredClone(obj)","IsDeferred":false},{"Name":"loadash1111","Code":"\r\nvar obj = {a: \u0022hello\u0022, c: \u0022test\u0022, po: 33, arr: [1, 2, 3, 4], anotherObj: {a: 33, str: \u0022whazzup\u0022}};\r\nvar obj2 = _.cloneDeep(obj, true);","IsDeferred":false}]}