{"ScriptPreparationCode":"function fn(x){return x;}","TestCases":[{"Name":"no level deep","Code":"const attachment = fn({\u0027a\u0027:{\u0027x\u0027:{\u0027y\u0027:{\u0027z\u0027:{\u0027o\u0027:1}}}}, \u0027b\u0027:2}) || {};\r\nconst locationId = _.get(attachment.a, \u0027x.y.z.o\u0027);","IsDeferred":false},{"Name":"first level deep","Code":"const attachment = fn({\u0027a\u0027:{\u0027x\u0027:{\u0027y\u0027:{\u0027z\u0027:{\u0027o\u0027:1}}}}, \u0027b\u0027:2});\r\nconst locationId = _.get(attachment, \u0027a.x.y.z.o\u0027);","IsDeferred":false}]}