{"ScriptPreparationCode":"var object = {a: 5, b: 6, c: 7};","TestCases":[{"Name":"Using in keyword","Code":"\u0022a\u0022 in object;\r\n\u0022b\u0022 in object;\r\n\u0022c\u0022 in object;","IsDeferred":false},{"Name":"Using property access","Code":"!!object[\u0022a\u0022];\r\n!!object[\u0022b\u0022];\r\n!!object[\u0022c\u0022];","IsDeferred":false}]}