{"ScriptPreparationCode":"var arr = [1,2,3,4,5,6,7,8,9,10]","TestCases":[{"Name":"json parse","Code":"JSON.parse(JSON.stringify(arr))","IsDeferred":false},{"Name":"structuredClone","Code":"structuredClone(arr)","IsDeferred":false},{"Name":"lodash","Code":"_.cloneDeep(arr)","IsDeferred":false}]}