{"ScriptPreparationCode":"const a = {\r\n b: true\r\n}","TestCases":[{"Name":"use in operation","Code":"\u0027b\u0027 in a","IsDeferred":false},{"Name":"dot notation","Code":"a.b","IsDeferred":false},{"Name":"hasOwnProperty","Code":"a.hasOwnProperty(\u0027b\u0027)","IsDeferred":false}]}