{"ScriptPreparationCode":"var person = {test: {test2: \u0027test\u0027}};","TestCases":[{"Name":"lodash","Code":"_.get(person, \u0027test.test2\u0027);","IsDeferred":false},{"Name":"reduce","Code":"\r\n\u0022test.test2\u0022.split(\u0027.\u0027).reduce(function(a, b) {\r\n return a[b];\r\n}, person);","IsDeferred":false}]}