{"ScriptPreparationCode":"window.foo = {species: \u0027cat\u0027, details: {kind: \u0027shorthair\u0027, height: 2 , length: 3}};\r\nwindow.bar = {species: \u0027cat\u0027, details: {kind: \u0027shorthair\u0027, height: 2 , length: 3}};","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}]}