{"ScriptPreparationCode":"var cell = {\r\n data: {\r\n state: \u0027hello\u0027 \r\n }\r\n}\r\n","TestCases":[{"Name":"lodash get","Code":"_.get(cell, \u0027data.state\u0027)","IsDeferred":false},{"Name":"native","Code":"cell \u0026\u0026 cell.data \u0026\u0026 cell.data.state;","IsDeferred":false}]}