{"ScriptPreparationCode":"var context2 = {\r\n title: \u0027fish\u0027,\r\n position: 1,\r\n array: [1, 2, 3, [4, 5, 6]],\r\n array2: [{}, {}, {}],\r\n}","TestCases":[{"Name":"JSON.stringify","Code":"JSON.stringify(context2) === JSON.stringify(context2)","IsDeferred":false},{"Name":"sha1","Code":"objectHash(context2, {algorithm: \u0027sha1\u0027}) === objectHash(context2, {algorithm: \u0027sha1\u0027})","IsDeferred":false},{"Name":"md5","Code":"objectHash(context2, {algorithm: \u0027md5\u0027}) === objectHash(context2, {algorithm: \u0027md5\u0027})","IsDeferred":false}]}