{"ScriptPreparationCode":"var node = {\r\n value: \u0027value\u0027,\r\n data_type: { value: \u0027data_type_value\u0027 }\r\n}","TestCases":[{"Name":"Double ampersand","Code":"if (node.data_type \u0026\u0026 node.data_type.value) {}","IsDeferred":false},{"Name":"Optional chaining","Code":"if (node.data_type?.value) {}","IsDeferred":false}]}