{"ScriptPreparationCode":"window.foo = [new Date(), new Date(), new Date(), new Date(), new Date()];\r\nwindow.bar = [new Date(), new Date(), new Date(), new Date()];","TestCases":[{"Name":"_.isEqual","Code":"_.isEqual(window.foo, window.bar)","IsDeferred":false},{"Name":"JSON.stringify","Code":"JSON.stringify(window.foo) === JSON.stringify(window.bar);","IsDeferred":false}]}