{"ScriptPreparationCode":"var x = { a: { b: { c: { d: 1 } } } }","TestCases":[{"Name":"optional chaining","Code":"var y = (_d = (_c = (_b = (_a = x) === null || _a === void 0 ? void 0 : _a.a) === null || _b === void 0 ? void 0 : _b.b) === null || _c === void 0 ? void 0 : _c.c) === null || _d === void 0 ? void 0 : _d.d;","IsDeferred":false},{"Name":"lodash get","Code":"var y = _.get(x, \u0027a.b.c.d\u0027);","IsDeferred":false}]}