{"ScriptPreparationCode":null,"TestCases":[{"Name":"Object literal test","Code":"const literal = { foo: 42, bar: 1337 };\r\nliteral.foo;","IsDeferred":false},{"Name":"Json parse","Code":"const json = JSON.parse(\u0027{\u0022foo\u0022:42,\u0022bar\u0022:1337}\u0027);\r\njson.foo;","IsDeferred":false}]}