{"ScriptPreparationCode":"window.foo = {arr:[{nmr: 1,str: \u0022string\u0022 }], obj:{ someField: \u0027string\u0027, nested:{more:[{arrg: 123, str:\u0022string\u0022}]}}};\r\nwindow.bar = {arr:[{nmr: 1,str: \u0022string\u0022 }], obj:{ someField: \u0027string\u0027, nested:{more:[{arrg: 123, str:\u0022string\u0022}]}}}","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}]}