{"ScriptPreparationCode":"var a = Array(1000).fill().map(() =\u003E Math.round(Math.random() * 40));","TestCases":[{"Name":"Object spread","Code":"console.log(\u0060${[...a]}\u0060)","IsDeferred":false},{"Name":"JSON.stringify","Code":"console.log(JSON.stringify(a))","IsDeferred":false}]}