{"ScriptPreparationCode":null,"TestCases":[{"Name":"JSON stringify","Code":"const testObject = {gameName: \u0027lotto\u0027, maxPrimaryLineLength: 6, maxSecondaryLineLength: 0,currentPrimaryLine: [1,2,3,4,5],currentSecondaryLine: []}\r\nconst testObject2 = {gameName: \u0027lotto\u0027, maxPrimaryLineLength: 6, maxSecondaryLineLength: 0,currentPrimaryLine: [1,2,3,4,5],currentSecondaryLine: []}\r\nconsole.log(JSON.stringify(testObject));","IsDeferred":false},{"Name":"JSON stringify equality","Code":"const testObject = {gameName: \u0027lotto\u0027, maxPrimaryLineLength: 6, maxSecondaryLineLength: 0,currentPrimaryLine: [1,2,3,4,5],currentSecondaryLine: []}\r\nconst testObject2 = {gameName: \u0027lotto\u0027, maxPrimaryLineLength: 6, maxSecondaryLineLength: 0,currentPrimaryLine: [1,2,3,4,5],currentSecondaryLine: []}\r\nconsole.log(JSON.stringify(testObject) === JSON.stringify(testObject2));","IsDeferred":false}]}