{"ScriptPreparationCode":"var obj = {a: {b: {c: {d: 1}}}}","TestCases":[{"Name":"optional chain","Code":"obj?.a?.b?.c?.d","IsDeferred":false},{"Name":"lodash get with array","Code":"_.get(obj, [\u0027a\u0027,\u0027b\u0027,\u0027c\u0027,\u0027d\u0027])","IsDeferred":false},{"Name":"lodash get with string","Code":"_.get(obj, \u0027a.b.c.d\u0027)","IsDeferred":false}]}