{"ScriptPreparationCode":"var now = new Date()\r\nwindow.foo = [{ one: \u0027cat\u0027, two: { one: \u0027dog\u0027, two: now } }, \u0027bird\u0027, [\u0027yellow\u0027, \u0027green\u0027, { blue: \u0027purple\u0027 }]];\r\nwindow.bar = [{ one: \u0027cat\u0027, two: { one: \u0027dog\u0027, two: now } }, \u0027bird\u0027, [\u0027yellow\u0027, \u0027green\u0027, { blue: \u0027purple\u0027 }]];","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}]}