{"ScriptPreparationCode":"var test = { x: \u0027hi\u0027}","TestCases":[{"Name":"lodash","Code":"if (_.has(test, \u0027x\u0027)) return test[\u0027x\u0027];\r\nreturn null;","IsDeferred":false},{"Name":"non-lodash","Code":"var foo = test[\u0027x\u0027];\r\nif (foo) {\r\n return foo;\r\n}\r\nreturn null;","IsDeferred":false}]}