{"ScriptPreparationCode":"var person = {name: \u0027Frederick\u0027, lastName: \u0027Corcino Alejo\u0027, a: {b: {c: {d: 1, e: 2}}}};","TestCases":[{"Name":"Lodash get","Code":"_.get(person, \u0027a.b.c.e\u0027);","IsDeferred":false},{"Name":"Native","Code":"person.a.b.c.e","IsDeferred":false}]}