Shopify / liquid

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

Why doesn't parse_json take effect? #1777

Open hogan96 opened 10 months ago

hogan96 commented 10 months ago

{%- assign tech_details = product.metafields.custom.product_technical_details | parse_json -%}

image

tekhaus commented 9 months ago

Because sadly parse_json is not a filter in Shopify Liquid. Which is odd given that list and json metafields both return a json string, so this would be a very useful addition.