Hi there,
I don’t see anything explicit in the Liquid documentation, so I figured I’d just ask here.
Are nested objects safely accessed under the hood?
For example, I want to look up a metafield, but if the namespace doesn’t exist yet because the metafield hasn’t been created, that won’t cause an error will it?
If no error is thrown, then what is the default value for missing nested properties? Simply nil
? Just want to understand what the output will be for server side rendering into JavaScript snippets.