Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.
https://shopify.github.io/liquid/
MIT License
11.05k stars 1.38k forks source link

Shopify Liquid JSON #1260

Open Taialt97 opened 4 years ago

Taialt97 commented 4 years ago

What i want to do is to have this in the product description:

{“id”:”1”, “desc”:”hello”}

And then show this information on the product page.

{{product.description.id}}

haroldao commented 4 years ago

You can't do that... But if you want to display only part of the description you can use the split filter...

More information here : https://shopify.dev/docs/themes/liquid/reference/filters/string-filters