On the Expressions page, slash syntax for object paths is said to be deprecated, but suggests that you may still use it as if an alternative.
Handlebars also supports a deprecated / syntax, so you could write the above template as:
{{person/firstname}} {{person/lastname}}
Deprecation of this syntax isn't clearly annotated and can even be seen as a suggestion for an alternative syntax.
On the Expressions page, slash syntax for object paths is said to be deprecated, but suggests that you may still use it as if an alternative.
Deprecation of this syntax isn't clearly annotated and can even be seen as a suggestion for an alternative syntax.