{"ScriptPreparationCode":"var person = {name: \u0027Frederick\u0027, lastName: \u0027Corcino Alejo\u0027, Deep: {VeryDeep: {UltraDeep: {result: true}}}};","TestCases":[{"Name":"Lodash get","Code":"_.get(person, \u0027Deep.VeryDeep.UltraDeep.result\u0027);","IsDeferred":false},{"Name":"Native","Code":"person?.Deep?.VeryDeep?.UltraDeep?.result","IsDeferred":false}]}