{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread","Code":"const yay = {stuff: 1, otherStuff: true, maybeThis: {oohh: \u0027fuunnn\u0027, thisToo: 9001}, nope: null, ohWell: \u0022\u0022};\r\nvar whoo = {...yay};","IsDeferred":false},{"Name":"Ternary","Code":"const yay = {stuff: 1, otherStuff: true, maybeThis: {oohh: \u0027fuunnn\u0027, thisToo: 9001}, nope: null, ohWell: \u0022\u0022};\r\nvar omg = yay ? yay : {};","IsDeferred":false}]}