{"ScriptPreparationCode":null,"TestCases":[{"Name":"Lodash.cloneDeep()","Code":"const arr1 = [ true, 1, \u0022true\u0022, [], {}, function () {} ];\r\n\r\n// Deep copies: true, 1, \u0022true\u0022, [], {}, function () {}\r\nconst arr2 = _.cloneDeep(arr1);","IsDeferred":false},{"Name":"jQuery.extend(true)","Code":"const arr1 = [ true, 1, \u0022true\u0022, [], {}, function () {} ];\r\n\r\n// Deep copies: true, 1, \u0022true\u0022, [], {}, function () {}\r\nconst arr2 = jQuery.extend(true, [], arr1);","IsDeferred":false}]}