79285941

Date: 2024-12-16 20:05:17
Score: 1
Natty:
Report link

You'll need access value first

{% assign metafield_value = app.metafields.namespace.key.value %}

Then, get json value as needed

{{ metafield_value.car.color }}

Or access directly if you don't wanna use variables

{{ app.metafields.namespace.key.value.car.color }}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zeindelf