{"ScriptPreparationCode":"const arrays = [\r\n [1, 2, 3, 5, 6],\r\n [0, 0, 0, 0, 0],\r\n [40, 23, 63, 19, 30]\r\n];","TestCases":[{"Name":"JSON.stringify \u002B JSON.parse","Code":"JSON.parse(JSON.stringify(arrays));","IsDeferred":false},{"Name":"structuredClone","Code":"structuredClone(arrays);","IsDeferred":false}]}