{"ScriptPreparationCode":"var arr = [{text: \u0027a\u0027},{text: \u0027b\u0027},{text: \u0027c\u0027},{text: \u0027d\u0027},{text: \u0027e\u0027},{text: \u0027f\u0027}];\r\nvar arr2 = [{text: \u0027a\u0027},{text: \u0027b\u0027},{text: \u0027c\u0027},{text: \u0027d\u0027},{text: \u0027e\u0027},{text: \u0027f\u0027}];","TestCases":[{"Name":"Lodash","Code":"_.isEqual(arr, arr2);","IsDeferred":false},{"Name":"Vainilla","Code":"JSON.stringify(arr) === JSON.stringify(arr2)","IsDeferred":false}]}