{"ScriptPreparationCode":"window.a = {\r\n hello: \u0022user\u0022,\r\n \thello2: 123,\r\n \thello3: [1]\r\n};\r\n\r\nwindow.b = {\r\n hello: \u0022user\u0022,\r\n \thello2: 123,\r\n \thello3: [3]\r\n};","TestCases":[{"Name":"JSON.stringify","Code":"JSON.stringify(window.a) === JSON.stringify(window.b);","IsDeferred":false},{"Name":"react-fast-compare","Code":"equal(window.a, window.b)","IsDeferred":false},{"Name":"lodash","Code":"_.isEqual(a,b)","IsDeferred":false}]}